Rename CI stages

This commit is contained in:
Matej Sima 2019-05-27 18:00:46 +02:00
parent 32150e79a5
commit 81a22846c1

View File

@ -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: