mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 18:51:02 +00:00
ci: add kubernetes helm chart and gcp deployment (#1854)
* ci: add kubernetes helm chart and gcp deployment * use official or parity's docker images only
This commit is contained in:
committed by
GitHub
parent
5282615416
commit
f5c32f71f4
@@ -45,6 +45,11 @@ EOT
|
||||
|
||||
test "${mergeable}" = "true" && echo "| yes, it is." && exit 0
|
||||
|
||||
if [ "${baseref}" = "null" -o "${baserepo}" = "null" ]
|
||||
then
|
||||
echo "| either connectivity issues with github or pull request not existant"
|
||||
exit 3
|
||||
fi
|
||||
|
||||
cat <<-EOT
|
||||
| not mergeable
|
||||
@@ -94,7 +99,6 @@ curl -sS -X POST \
|
||||
-F "token=${CI_JOB_TOKEN}" \
|
||||
-F "ref=master" \
|
||||
-F "variables[REBUILD_WASM]=\"${baserepo}:${baseref}\"" \
|
||||
-F "variables[PRNO]=${CI_COMMIT_REF_NAME}" \
|
||||
${GITLAB_API}/projects/${GITHUB_API_PROJECT}/trigger/pipeline \
|
||||
| jq -r .web_url
|
||||
|
||||
|
||||
Reference in New Issue
Block a user