Skip to content
Snippets Groups Projects
Commit e2c3c256 authored by Andres Maldonado's avatar Andres Maldonado
Browse files

[.gitlab-ci.yml] Always start CI manually

In order to avoid unnecessary pipelines
parent f7f9cf16
No related branches found
No related tags found
No related merge requests found
Pipeline #59256 waiting for manual action
......@@ -48,7 +48,7 @@ pica-ci-base:
- if: '$CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH == "dev-ci"'
changes:
- "pica-ci-base/**"
when: always
when: manual
# Create a file a few environment variables added (which Dockerfile has been modified, the complete name of the image...)
# The file will be an artifact shared with further steps
......@@ -65,7 +65,7 @@ set-variables:
- changes:
- "pica-*/**"
- "meta-*/**"
when: always
when: manual
# Build the image that was modified
build:
......@@ -91,7 +91,7 @@ build:
- changes:
- "pica-*/Dockerfile"
- "meta-*/Dockerfile"
when: always
when: on_success
- changes:
- "pica-*/**"
- "meta-*/**"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment