Skip to content

Commit

Permalink
emphemeral: set Pol to 10, expect NO Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 11, 2023
1 parent 6dc5703 commit 80a132c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ env:
PREVENT_CODECOV_TEST_COVERAGE: "false" # Codecov Job runs only on 'false'

# Hard switch to turn on/off the Docker build and publish to Dockerhub
DOCKER_JOB_ON: "false"
DOCKER_JOB_ON: "true"

### END JOB ON/OFF SWITCHES ###

Expand All @@ -58,11 +58,11 @@ env:

## Continous Integration / Continuous Deployment
## CDeployment : Builds and Publishes only if Tests ran and passed
# DOCKER_JOB_POLICY: "CDeployment"
DOCKER_JOB_POLICY: "CDeployment"

## Continous Integration / Continuous Delivery
## CDelivery : Builds and Publishes if Tests Passed or if Tests were Skipped
DOCKER_JOB_POLICY: "CDelivery"
# DOCKER_JOB_POLICY: "CDelivery"


## Lower level config ##
Expand Down

0 comments on commit 80a132c

Please sign in to comment.