Skip to content
Snippets Groups Projects
Commit b3314f3d authored by nimrod's avatar nimrod
Browse files

Switch Docker Compose run to rules.

Can't mix and match or override rules and when.
parent ec4e732a
No related branches found
No related tags found
No related merge requests found
Pipeline #2290 failed
...@@ -140,7 +140,8 @@ foo: ...@@ -140,7 +140,8 @@ foo:
.compose-run: .compose-run:
image: *image image: *image
stage: deploy stage: deploy
when: manual rules:
- when: manual
before_script: before_script:
- *TAG - *TAG
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment