DO NOT MRRGE test issuebot

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

View file

@ -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

View file

@ -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" \