Skip to content

Commit

Permalink
[gitlab] fix incorrect var
Browse files Browse the repository at this point in the history
  • Loading branch information
celenechang committed Jul 25, 2024
1 parent 6151d9c commit 3be1cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ publish_community_operators:
publish_nightly_workflow:
stage: deploy
rules:
- if: '$CI_COMMIT_BRANCH == "main" && $TARGET_ENV == "nightly-build"'
- if: '$CI_COMMIT_BRANCH == "main" && $CONDUCTOR_TARGET == "nightly-build"'
when: on_success
- when: never
needs:
Expand Down

0 comments on commit 3be1cd3

Please sign in to comment.