diff options
author | cyBerta <cyberta@riseup.net> | 2017-09-25 23:15:39 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2017-09-26 01:56:02 +0200 |
commit | 6ec1fddc49b8357f09f0596da3a21b8371fc7658 (patch) | |
tree | 21b5794bfdc3e9cd48aa2dac90d591091ea508cf /.gitlab-ci.yml | |
parent | d944721a35786a48b996ef088f0311b1835180a7 (diff) |
update ics-openvpn: update Dockerfiles, add new api level 26 and update ndk
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9e43504..730856ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,12 +15,15 @@ variables: - docker-in-docker services: - docker:dind - script: - - docker --version - - docker info + + before script: - > export LAST_COMMIT=$(curl -s --header "PRIVATE-TOKEN: ${LEAP_CODE_O_MATIC_PRIVATE_TOKEN}" https://0xacab.org/api/v4/projects/578/pipelines | python -c "import sys, json; print json.load(sys.stdin)[1]['sha']") + + script: + - docker --version + - docker info - .gitlab/build.sh ${DOCKER_IMAGE} docker_image:sdk: @@ -47,7 +50,7 @@ build: script: - git submodule sync --recursive - git submodule update --init --recursive - - ./gradlew assembleDebug + - ./gradlew clean assembleDebug artifacts: paths: - app/build/outputs/ |