This commit is contained in:
Vincent 2015-11-16 03:28:31 +01:00
parent c41362c0b5
commit 3c294fc860

View File

@ -2,6 +2,6 @@ compile:
stage: build stage: build
script: script:
- echo -e $PROPERTIES > local.properties - echo -e $PROPERTIES > local.properties
- gradle clean build - gradle clean build --info --debug
only: only:
- master - master