This commit is contained in:
tom79 2019-12-14 11:57:27 +01:00
parent 2b2ff0241e
commit b301ad6e9f
1 changed files with 7 additions and 6 deletions

View File

@ -14,6 +14,13 @@ stages:
stage: build-and-test
retry: 2
copyReleaseNotes:
<<: *no-upload
script:
- ./gradlew copyAllReleaseNotes
except:
- tags
assembleDebug:
<<: *no-upload
cache:
@ -39,12 +46,6 @@ debugTests:
except:
- tags
copyReleaseNotes:
<<: *no-upload
script:
- ./gradlew copyAllReleaseNotes
except:
- tags
## PROTECTED VARIABLES TO SET IN GITLAB:
# - GITLAB_API_TOKEN: token you create on Gitlab