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

rename stage ?

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