Skip to content
Snippets Groups Projects
Commit d61f2a6a authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

add rules to allow call from upstream pipeline

parent 0d40417f
No related branches found
No related tags found
No related merge requests found
Pipeline #132808 failed
......@@ -5,6 +5,8 @@ image: docker:24
build:
except:
- base-common
rules:
- when: on_success
stage: build
needs: []
before_script:
......@@ -33,6 +35,8 @@ build:
.deploy:
except:
- base-common
rules:
- when: on_success
stage: deploy
needs:
- "build"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment