This commit is contained in:
Vincent 2015-11-16 03:48:04 +01:00
parent 76360e65c8
commit 046dda0955

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 --info --debug --stacktrace - gradle clean build --info --stacktrace
only: only:
- master - master