Skip to content
Snippets Groups Projects
Commit 20a7fb8a authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

rename stage ?

parent 796e7f8b
Branches
No related tags found
1 merge request!802Ci refactor pipelines
......@@ -11,7 +11,7 @@ stages:
- quality
- test
- build
- deploy-build
- deploy
- update-instances
- publish
......@@ -142,7 +142,7 @@ build-prod:
- build/
deploy-dev:
stage: deploy-build
stage: deploy
before_script:
- apk add git
- apk add bash
......@@ -162,7 +162,7 @@ deploy-dev:
- build-dev
deploy-test:
stage: deploy-build
stage: deploy
before_script:
- apk add git
- apk add bash
......@@ -182,7 +182,7 @@ deploy-test:
- build-dev
deploy:
stage: deploy-build
stage: deploy
before_script:
- apk add git
- apk add bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment