Skip to content

Commit

Permalink
[gitlab] auto push nightly image (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
celenechang authored Jan 23, 2024
1 parent 399db18 commit 586942a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,7 @@ trigger_internal_operator_nightly_image:
stage: release
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
# Temporarily require manual build
when: manual
when: on_success
- when: never
trigger:
project: DataDog/images
Expand All @@ -310,8 +309,7 @@ trigger_internal_operator_check_nightly_image:
stage: release
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
# Temporarily require manual build
when: manual
when: on_success
- when: never
trigger:
project: DataDog/images
Expand Down

0 comments on commit 586942a

Please sign in to comment.