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

use base-common as ancestor branch

parent 7d0882a6
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -3,8 +3,8 @@ image: docker:24 ...@@ -3,8 +3,8 @@ image: docker:24
build: build:
rules: except:
- if: '$CI_COMMIT_REF_SLUG =~ /^base-/i' - base-common
stage: build stage: build
needs: [] needs: []
before_script: before_script:
...@@ -32,7 +32,7 @@ build: ...@@ -32,7 +32,7 @@ build:
.deploy: .deploy:
except: except:
- main - base-common
stage: deploy stage: deploy
needs: needs:
- "build" - "build"
...@@ -104,7 +104,7 @@ deploy-example: ...@@ -104,7 +104,7 @@ deploy-example:
delete-example: delete-example:
except: except:
- main - base-common
stage: deploy stage: deploy
needs: [] needs: []
when: manual when: manual
......
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