Skip to content
Snippets Groups Projects
Commit 5b3c7a3d authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

Remove rule to assert if it works

parent 400f221e
No related branches found
No related tags found
1 merge request!201Refactor
Pipeline #211304 waiting for manual action
...@@ -103,9 +103,6 @@ deploy-prod: ...@@ -103,9 +103,6 @@ deploy-prod:
--description "Auto-generated release" \ --description "Auto-generated release" \
--tag-name "$PACKAGE_VERSION" \ --tag-name "$PACKAGE_VERSION" \
--ref "$CI_COMMIT_SHA" --ref "$CI_COMMIT_SHA"
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
deploy-dev: deploy-dev:
extends: .deploy extends: .deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment