Compare commits

...

2 Commits

Author SHA1 Message Date
Hans-Christoph Steiner
db9620750c gitlab-ci: test using interactive web terminal 2020-06-18 11:21:59 +02:00
Hans-Christoph Steiner
af5598cba1
DO NOT MRRGE test issuebot 2020-05-21 11:55:07 +02:00
2 changed files with 4 additions and 2 deletions

View File

@ -51,6 +51,8 @@ lint:
pages:
image: registry.gitlab.com/fdroid/ci-images-client:latest
tags:
- interactive web terminal
only:
- triggers
- web
@ -86,7 +88,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" \