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

migrate except to rules

parent d61f2a6a
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,8 @@ image: docker:24
build:
except:
- base-common
rules:
- when: on_success
- if: $CI_COMMIT_BRANCH != "base-common"
stage: build
needs: []
before_script:
......@@ -33,10 +31,8 @@ build:
.deploy:
except:
- base-common
rules:
- when: on_success
- if: $CI_COMMIT_BRANCH != "base-common"
stage: deploy
needs:
- "build"
......@@ -107,8 +103,8 @@ deploy-example:
delete-example:
except:
- base-common
rules:
- if: $CI_COMMIT_BRANCH != "base-common"
stage: deploy
needs: []
when: manual
......@@ -128,8 +124,8 @@ delete-example:
.log-fetcher:
except:
- base-common
rules:
- if: $CI_COMMIT_BRANCH != "base-common"
stage: deploy
needs: []
when: manual
......@@ -168,8 +164,8 @@ log-fetcher-in-dev:
.upload-from-fex-to-somewhere:
except:
- base-common
rules:
- if: $CI_COMMIT_BRANCH != "base-common"
stage: deploy
needs: []
when: manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment