Skip to content

Commit

Permalink
fix ci syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 5, 2023
1 parent 781ff16 commit 7ea4668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
if [[ $DOCKER_JOB_POLICY == "ALWAYS_BUILD_N_PUBLSIH_DOCKER" ]]; then
echo "DOCKER_POLICY=1" >> $GITHUB_OUTPUT
if [[ $DOCKER_JOB_POLICY == "CDeployment" ]]; then
elif [[ $DOCKER_JOB_POLICY == "CDeployment" ]]; then
echo "DOCKER_POLICY=0" >> $GITHUB_OUTPUT
elif [[ $DOCKER_JOB_POLICY == "CDelivery" ]]; then
Expand Down

0 comments on commit 7ea4668

Please sign in to comment.