Commit 58bb0ae3 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* fixed incomplete rename in CI setup

parent 03a35cdd
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ upload-job:
  stage: upload
  image: curlimages/curl:latest
  needs:
    - job: prepare
    - job: prepare-job
      artifacts: true
    - job: build-job
      artifacts: true
@@ -245,7 +245,7 @@ pages-job:
  stage: upload
  # image: curlimages/curl:latest
  needs:
    - job: prepare
    - job: prepare-job
      artifacts: true
    - job: build-job
      artifacts: true
@@ -276,7 +276,7 @@ release-job:
  stage: release
  image: registry.gitlab.com/gitlab-org/release-cli:latest
  needs:
    - job: prepare
    - job: prepare-job
      artifacts: true
    - job: build-job
      artifacts: true