Compare commits
2 Commits
master
...
test-issue
Author | SHA1 | Date | |
---|---|---|---|
|
db9620750c | ||
|
af5598cba1 |
@ -51,6 +51,8 @@ lint:
|
|||||||
|
|
||||||
pages:
|
pages:
|
||||||
image: registry.gitlab.com/fdroid/ci-images-client:latest
|
image: registry.gitlab.com/fdroid/ci-images-client:latest
|
||||||
|
tags:
|
||||||
|
- interactive web terminal
|
||||||
only:
|
only:
|
||||||
- triggers
|
- triggers
|
||||||
- web
|
- web
|
||||||
@ -86,7 +88,7 @@ pages:
|
|||||||
- curl --silent https://gitlab.com/fdroid/gradle-plugins/repository/master/archive.tar.gz
|
- curl --silent https://gitlab.com/fdroid/gradle-plugins/repository/master/archive.tar.gz
|
||||||
| tar -xz --directory=$GRADLE_USER_HOME/fdroid --strip-components=1
|
| 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
|
| tar -xz --strip-components=1
|
||||||
- pyvenv --system-site-packages --clear issuebot-env
|
- pyvenv --system-site-packages --clear issuebot-env
|
||||||
- . issuebot-env/bin/activate
|
- . issuebot-env/bin/activate
|
||||||
|
@ -6,7 +6,7 @@ e=$((s+`echo "$CI_SERVER_HOST" | wc -c`+18))
|
|||||||
issuebot=`cat .issuebot | cut -b${s}-${e}`
|
issuebot=`cat .issuebot | cut -b${s}-${e}`
|
||||||
curl --silent --request POST \
|
curl --silent --request POST \
|
||||||
--form token=$issuebot \
|
--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_NAME]=$CI_COMMIT_REF_NAME" \
|
||||||
--form "variables[FROM_CI_COMMIT_REF_SLUG]=$CI_COMMIT_REF_SLUG" \
|
--form "variables[FROM_CI_COMMIT_REF_SLUG]=$CI_COMMIT_REF_SLUG" \
|
||||||
--form "variables[FROM_CI_COMMIT_SHA]=$CI_COMMIT_SHA" \
|
--form "variables[FROM_CI_COMMIT_SHA]=$CI_COMMIT_SHA" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user