Skip to content
Snippets Groups Projects
Commit e8ada2ff authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

Testing

parent a7ec08cd
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,6 @@ workflow: ...@@ -51,7 +51,6 @@ workflow:
- if: $CI_COMMIT_REF_NAME =~ /^integrate\/.*/ - if: $CI_COMMIT_REF_NAME =~ /^integrate\/.*/
when: never when: never
# In all other cases, run the pipeline automatically # In all other cases, run the pipeline automatically
- when: always
.full_build_pipeline: .full_build_pipeline:
...@@ -61,7 +60,6 @@ workflow: ...@@ -61,7 +60,6 @@ workflow:
- if: $CI_COMMIT_REF_NAME != $MASTER_BRANCH - if: $CI_COMMIT_REF_NAME != $MASTER_BRANCH
- if: $CI_PIPELINE_SOURCE == "api" - if: $CI_PIPELINE_SOURCE == "api"
- if: $CI_PIPELINE_SOURCE == "pipeline" - if: $CI_PIPELINE_SOURCE == "pipeline"
when: manual
- if: $CI_PIPELINE_SOURCE == "web" - if: $CI_PIPELINE_SOURCE == "web"
# Trigger the pipeline on schedule basis (for weekly release) # Trigger the pipeline on schedule basis (for weekly release)
- if: $CI_PIPELINE_SOURCE == "schedule" - if: $CI_PIPELINE_SOURCE == "schedule"
...@@ -140,6 +138,9 @@ retrigger: ...@@ -140,6 +138,9 @@ retrigger:
extends: extends:
- .infrastructure - .infrastructure
- .full_build_pipeline - .full_build_pipeline
rules:
- if: $CI_PIPELINE_SOURCE == "pipeline"
when: "manual"
stage: build stage: build
timeout: !reference [variables, BUILD_TIMEOUT] timeout: !reference [variables, BUILD_TIMEOUT]
image: image:
......
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