Rename CI stages
This commit is contained in:
parent
32150e79a5
commit
81a22846c1
@ -3,7 +3,7 @@ variables:
|
|||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- deploy
|
- build_and_deploy
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
|
||||||
@ -90,7 +90,7 @@ build-current-docker-image:
|
|||||||
# When a MR/PR is merged to master
|
# When a MR/PR is merged to master
|
||||||
# take the previous build and publish it to Docker Hub
|
# take the previous build and publish it to Docker Hub
|
||||||
build-and-publish-latest-docker-image:
|
build-and-publish-latest-docker-image:
|
||||||
stage: deploy
|
stage: build_and_deploy
|
||||||
<<: *docker
|
<<: *docker
|
||||||
<<: *docker_build
|
<<: *docker_build
|
||||||
after_script:
|
after_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user