summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
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/