Update .gitlab-ci.yml file
This commit is contained in:
parent
bc8055758d
commit
1477981207
@ -17,9 +17,6 @@ cache:
|
||||
build:
|
||||
stage: build
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: never # Do not run this job when a tag is created manually
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run this job when commits are pushed or merged to the default branch
|
||||
script:
|
||||
- ./gradlew assemble
|
||||
artifacts:
|
||||
|
Reference in New Issue
Block a user