Skip to content

Commit

Permalink
Adjust SKIP_BUILDS, CLEAN_BUILDS for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Jan 2, 2024
1 parent 3ee9948 commit f11bfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ env:
USER: ${{ github.actor }}

# Skip builds for faster deployments / testing ("YES" or build)
SKIP_BUILDS: "NO"
SKIP_BUILDS: "YES"
# Clean builds before deployments (delete all resources, other than backups) ("YES" or allow collisions)
CLEAN_BUILDS: "YES"
CLEAN_BUILDS: "NO"

PROJECT: ${{ vars.OPENSHIFT_DEPLOY_PROJECT }}
APP_HOST_URL: moodle-${{ vars.OPENSHIFT_DEPLOY_PROJECT }}-${{ github.ref_name }}.apps.silver.devops.gov.bc.ca
Expand Down

0 comments on commit f11bfbb

Please sign in to comment.