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