From af5598cba1b426f2a11d46f5043296172878a699 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 20 May 2020 18:20:54 +0200 Subject: [PATCH] DO NOT MRRGE test issuebot --- .gitlab-ci.yml | 2 +- tools/trigger-issuebot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2673928f2..806c6fc9b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,7 @@ pages: - curl --silent https://gitlab.com/fdroid/gradle-plugins/repository/master/archive.tar.gz | tar -xz --directory=$GRADLE_USER_HOME/fdroid --strip-components=1 - - curl --silent https://gitlab.com/fdroid/issuebot/repository/master/archive.tar.gz + - curl --silent https://gitlab.com/eighthave/issuebot/repository/master/archive.tar.gz | tar -xz --strip-components=1 - pyvenv --system-site-packages --clear issuebot-env - . issuebot-env/bin/activate diff --git a/tools/trigger-issuebot b/tools/trigger-issuebot index 988ea3480e..54b5209f26 100755 --- a/tools/trigger-issuebot +++ b/tools/trigger-issuebot @@ -6,7 +6,7 @@ e=$((s+`echo "$CI_SERVER_HOST" | wc -c`+18)) issuebot=`cat .issuebot | cut -b${s}-${e}` curl --silent --request POST \ --form token=$issuebot \ - --form ref=master \ + --form ref=test-issuebot \ --form "variables[FROM_CI_COMMIT_REF_NAME]=$CI_COMMIT_REF_NAME" \ --form "variables[FROM_CI_COMMIT_REF_SLUG]=$CI_COMMIT_REF_SLUG" \ --form "variables[FROM_CI_COMMIT_SHA]=$CI_COMMIT_SHA" \