Compare commits

...

2 Commits

Author SHA1 Message Date
Yasser Isa 9bf66f5292
Merge 6bef3fc676 into 00d2c557dd 2024-02-19 20:42:16 +00:00
Yasser Isa 6bef3fc676
Update CI.yaml 2024-02-19 13:42:14 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ jobs:
git config --global user.name "ECC-CI"
git config --global user.email "${{ secrets.BOT_EMAIL }}"
git add .
git commit -am "$(inputs.params.LABEL_NAME)" || export FAIL=1
git commit -am "${{ github.event.label.name }}" || export FAIL=1
git push || export FAIL=1
fi
gcloud compute instances delete "test-gitian-$random" --project "${{ secrets.GCP_PROJECT_ID_PROD }}" --zone "us-central1-a" --delete-disks=all