Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,8 @@ release_job: image: registry.gitlab.com/gitlab-org/release-cli:latest only: - develop-ci needs: - deploy_package # needs: # - deploy_package script: - echo "Running the release job for $VERSION from commit $CI_COMMIT_SHA" - curl --location --output /usr/local/bin/release-cli "https://gitlab.com/api/v4/projects/gitlab-org%2Frelease-cli/packages/generic/release-cli/latest/release-cli-linux-amd64" Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,8 @@ release_job: image: registry.gitlab.com/gitlab-org/release-cli:latest only: - develop-ci needs: - deploy_package # needs: # - deploy_package script: - echo "Running the release job for $VERSION from commit $CI_COMMIT_SHA" - curl --location --output /usr/local/bin/release-cli "https://gitlab.com/api/v4/projects/gitlab-org%2Frelease-cli/packages/generic/release-cli/latest/release-cli-linux-amd64" Loading