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
Branches
No related tags found
No related merge requests found
Pipeline #29047 passed
Pipeline: interfaces

#29050

    Pipeline: behavior_loader

    #29049

      ......@@ -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
      deploy centos:
      stage: build
      stage: deploy
      tags: [ linux, shell ]
      only:
      - master
      ......@@ -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
      deploy ubuntu:
      stage: build
      stage: deploy
      tags: [ linux, shell ]
      only:
      - master
      ......@@ -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
      deploy windows:
      stage: build
      stage: deploy
      tags: [ windows, shell ]
      only:
      - master
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment