Skip to content

Commit fb266f4

Browse files
committed
remove changes rule
Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>
1 parent 5adc6ff commit fb266f4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ push_image_to_quay:
124124
echo "Push to Quay: $QUAY_IMAGE"
125125
docker push "$QUAY_IMAGE"
126126
rules:
127-
- changes:
128-
- remote-kube-cache-push.env
129-
if: $CI_COMMIT_BRANCH == "master"
127+
- if: $CI_COMMIT_BRANCH == "master"
130128
when: manual
131129
allow_failure: true

0 commit comments

Comments
 (0)