Skip to content
Snippets Groups Projects
Verified Commit 2536dbd6 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Only run docker build and tests on tags and master

parent 4bcc4cc4
No related branches found
No related tags found
No related merge requests found
Pipeline #323 failed
......@@ -48,6 +48,9 @@ build_docker:
--destination $CI_REGISTRY_IMAGE/nginx:$CI_COMMIT_REF_NAME
--cache=true
--cleanup
only:
- master
- tags
test_wheel:
stage: test
......@@ -81,6 +84,9 @@ test_docker:
alias: app
script:
- echo true
only:
- master
- tags
deploy_demo-master:
stage: 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