Skip to content
Snippets Groups Projects
Commit 735f1f0d authored by calrama's avatar calrama
Browse files

[ci] fix deploy jobs not being in deploy stage

parent 499171b2
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -14,7 +14,7 @@ build centos: ...@@ -14,7 +14,7 @@ build centos:
- docker build $OPTS --pull -t "${CI_REGISTRY}/${CI_PROJECT_PATH,,}:${CI_COMMIT_REF_NAME}-centos" -f centos/Dockerfile centos - docker build $OPTS --pull -t "${CI_REGISTRY}/${CI_PROJECT_PATH,,}:${CI_COMMIT_REF_NAME}-centos" -f centos/Dockerfile centos
deploy centos: deploy centos:
stage: build stage: deploy
tags: [ linux, shell ] tags: [ linux, shell ]
only: only:
- master - master
...@@ -37,7 +37,7 @@ build ubuntu: ...@@ -37,7 +37,7 @@ build ubuntu:
- docker build $OPTS --pull -t "${CI_REGISTRY}/${CI_PROJECT_PATH,,}:${CI_COMMIT_REF_NAME}-ubuntu" -f ubuntu/Dockerfile ubuntu - docker build $OPTS --pull -t "${CI_REGISTRY}/${CI_PROJECT_PATH,,}:${CI_COMMIT_REF_NAME}-ubuntu" -f ubuntu/Dockerfile ubuntu
deploy ubuntu: deploy ubuntu:
stage: build stage: deploy
tags: [ linux, shell ] tags: [ linux, shell ]
only: only:
- master - master
...@@ -67,7 +67,7 @@ build windows: ...@@ -67,7 +67,7 @@ build windows:
- docker build --memory 15G -t "${image_name}:${CI_COMMIT_REF_NAME}-cuda-devel-windows" -f windows/cuda-devel/Dockerfile windows/cuda-devel - docker build --memory 15G -t "${image_name}:${CI_COMMIT_REF_NAME}-cuda-devel-windows" -f windows/cuda-devel/Dockerfile windows/cuda-devel
deploy windows: deploy windows:
stage: build stage: deploy
tags: [ windows, shell ] tags: [ windows, shell ]
only: only:
- master - master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment