Skip to content
Snippets Groups Projects
Verified Commit 65c15d25 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Don’t run CI on tags

parent 566c6a39
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,8 @@ build:
artifacts:
paths:
- "*.apk"
except:
- "tags"
test:
stage: "test"
......@@ -44,6 +46,8 @@ test:
junit:
- "*/build/test-results/**/TEST-*.xml"
- "*/build/reports/*.xml"
except:
- "tags"
deploy-local:
stage: "deploy"
......@@ -54,6 +58,8 @@ deploy-local:
- "master"
variables:
- "$S3_CONFIG"
except:
- "tags"
dependencies:
- "build"
script:
......@@ -71,6 +77,8 @@ deploy-beta:
- "master"
variables:
- "$FASTLANE_CONFIG"
except:
- "tags"
dependencies:
- "build"
script:
......
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