DO NOT MRRGE test issuebot

This commit is contained in:
Hans-Christoph Steiner 2020-05-20 18:20:54 +02:00
parent 79595522ca
commit 490e3a3bdb
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
2 changed files with 3 additions and 3 deletions

View file

@ -395,8 +395,8 @@ pages:
- curl --silent https://gitlab.com/fdroid/gradle-plugins/-/archive/master/gradle-plugins-master.tar.gz
| tar -xz --directory=$GRADLE_USER_HOME/fdroid --strip-components=1
- git ls-remote https://gitlab.com/fdroid/issuebot.git master
- curl --silent https://gitlab.com/fdroid/issuebot/-/archive/master/issuebot-master.tar.gz
- git ls-remote https://gitlab.com/eighthave/issuebot.git master
- curl --silent https://gitlab.com/eighthave/issuebot/-/archive/master/issuebot-master.tar.gz
| tar -xz --strip-components=1
- pyvenv --system-site-packages --clear issuebot-env
- . issuebot-env/bin/activate

View file

@ -36,7 +36,7 @@ fi
curl --silent --request POST \
--form token="$issuebot" \
--form ref=master \
--form ref=test-issuebot-2 \
--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" \