diff options
author | Tobias Schramm <tobleminer@gmail.com> | 2018-06-29 02:18:39 +0200 |
---|---|---|
committer | Tobias Schramm <tobleminer@gmail.com> | 2018-06-29 02:18:39 +0200 |
commit | fd39f6ce72d28ee331ecf57fc33859acaef7baa6 (patch) | |
tree | 75f2943530b94384253bb5196bea6166f732a9a3 | |
parent | 3564085dc358ff4acc5567e1f2277f75a9f9c6f0 (diff) |
Build rc from v2017.1.8 tag
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c78e31f..28bc1a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ build: - echo $SIGNING_KEY > signing_key - eval $(ssh-agent -s) - ssh-add <(echo "$SSH_KEY") - - git clone https://gitlab.toppoint.de/ffki/gluon.git -b master gluon + - git clone https://gitlab.toppoint.de/ffki/gluon.git -b v2017.1.8 gluon - ./build.sh -c update -b $CI_BUILD_REF_NAME -n $CI_JOB_ID -m "-j $(nproc --all) V=s" | tee -a debug.log - ./build.sh -c clean -b $CI_BUILD_REF_NAME -n $CI_JOB_ID -m "-j $(nproc --all) V=s" | tee -a debug.log #- ./build.sh -c download -b $CI_BUILD_REF_NAME -n $CI_JOB_ID -m "-j $(nproc --all) V=s" | tee -a debug.log |