Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,9 +42,9 @@ stages: - publish_common - build - linting - publish - test - pages - publish - release .install_pip: &install_pip |- Loading csp-lmc-mid/.gitlab-ci.yml +0 −4 Original line number Diff line number Diff line Loading @@ -196,9 +196,5 @@ release csp-lmc-mid image: script: - cd $BUILD_PATH - make push when: manual only: refs: - master variables: BUILD_PATH: csp-lmc-mid csp-lmc-mid/.make/release.mk +2 −2 Original line number Diff line number Diff line Loading @@ -80,8 +80,8 @@ release: check-status check-release build push push: pre-push do-push post-push ## push the image to the Docker registry do-push: # docker push $(IMAGE):$(VERSION) docker push $(IMAGE):latest docker push $(IMAGE):$(BASE_RELEASE) # docker push $(IMAGE):latest snapshot: build push Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,9 +42,9 @@ stages: - publish_common - build - linting - publish - test - pages - publish - release .install_pip: &install_pip |- Loading
csp-lmc-mid/.gitlab-ci.yml +0 −4 Original line number Diff line number Diff line Loading @@ -196,9 +196,5 @@ release csp-lmc-mid image: script: - cd $BUILD_PATH - make push when: manual only: refs: - master variables: BUILD_PATH: csp-lmc-mid
csp-lmc-mid/.make/release.mk +2 −2 Original line number Diff line number Diff line Loading @@ -80,8 +80,8 @@ release: check-status check-release build push push: pre-push do-push post-push ## push the image to the Docker registry do-push: # docker push $(IMAGE):$(VERSION) docker push $(IMAGE):latest docker push $(IMAGE):$(BASE_RELEASE) # docker push $(IMAGE):latest snapshot: build push Loading