mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
DO NOT MRRGE test issuebot
This commit is contained in:
parent
ce0969d18b
commit
af5598cba1
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue