This repository was archived by the owner on May 17, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1717 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1818 run : |
1919 source <(curl -sL http://ci.q-ctrl.com)
20+ ./ci vault login -r ${{ secrets.VAULT_ROLE_ID }} -s ${{ secrets.VAULT_SECRET_ID }}
2021 ./ci docker run asia.gcr.io/q-ctrl-api-development/python-37 /scripts/housekeeping.sh
2122
2223 linting :
Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ jobs:
1616 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1717 run : |
1818 source <(curl -sL http://ci.q-ctrl.com)
19+ ./ci vault login -r ${{ secrets.VAULT_ROLE_ID }} -s ${{ secrets.VAULT_SECRET_ID }}
1920 ./ci docker run asia.gcr.io/q-ctrl-api-development/python-37 /scripts/housekeeping.sh
2021 - name : Publish publicly
2122 env :
2223 GCLOUD_CONTAINER_AUTH : ${{ secrets.GCLOUD_CONTAINER_AUTH }}
2324 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2425 run : |
2526 source <(curl -sL http://ci.q-ctrl.com)
26- ./ci vault login -r ${{ secrets.VAULT_ROLE_ID }} -s ${{ secrets.VAULT_SECRET_ID }}
2727 ./ci docker run asia.gcr.io/q-ctrl-api-development/python-37 /scripts/publish-release-publicly.sh
2828 - name : Publish internally
2929 env :
3030 GCLOUD_CONTAINER_AUTH : ${{ secrets.GCLOUD_CONTAINER_AUTH }}
3131 run : |
32- ./ci docker run asia.gcr.io/q-ctrl-api-development/python-37 /scripts/publish-release-internally.sh
32+ ./ci docker run asia.gcr.io/q-ctrl-api-development/python-37 /scripts/publish-release-internally.sh
You can’t perform that action at this time.
0 commit comments