We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28595bb commit 490dd7eCopy full SHA for 490dd7e
.github/workflows/on-release.yaml
@@ -16,7 +16,6 @@ jobs:
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
run: |
19
- git fetch --tags --force
20
source <(curl -sL http://ci.q-ctrl.com)
21
./ci vault login -r ${{ secrets.VAULT_ROLE_ID }} -s ${{ secrets.VAULT_SECRET_ID }}
22
./ci docker run qctrl/ci-images:python-3.11-ci /scripts/housekeeping.sh
0 commit comments