Browse Source

debug ci

master
Vincent 9 years ago
parent
commit
3c294fc860
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -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

Loading…
Cancel
Save