Skip to content
Snippets Groups Projects
Commit 2b100b23 authored by Dominik Pilár's avatar Dominik Pilár
Browse files

Change condition for generate_docs stage in CI.

parent e0b03a91
No related branches found
No related tags found
1 merge request!100Develop
Pipeline #147298 passed with stages
in 3 minutes and 36 seconds
......@@ -90,9 +90,9 @@ generate_docs:
- git commit -m "Updated Swagger documentation generated"
- git push
rules:
- if: '$CI_COMMIT_TAG'
- if: '$CI_COMMIT_BRANCH'
when: never
- if: '$CI_COMMIT_BRANCH == "master"'
changes:
- $DEPLOYMENT_INFO_VERSION_FILE
docker_image_push:
before_script: [ ] #prevent global before_script from running
......
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