Fully disable validation to allow an emergency release due to SLSA breakage

This commit is contained in:
David Dworken 2024-03-24 14:50:00 -07:00
parent 591722ef18
commit 78aa513cd4
No known key found for this signature in database

View File

@ -217,10 +217,10 @@ jobs:
name: hishtory-darwin-arm64-unsigned name: hishtory-darwin-arm64-unsigned
- name: Validate Release - name: Validate Release
run: | run: |
export HISHTORY_TEST=1 # export HISHTORY_TEST=1
curl https://hishtory.dev/install.py | python3 - # curl https://hishtory.dev/install.py | python3 -
unset HISHTORY_TEST # unset HISHTORY_TEST
go build # go build
# python3 scripts/actions-validate.py # python3 scripts/actions-validate.py
echo DONE > hishtory-release-validation-completed echo DONE > hishtory-release-validation-completed
- name: Release - name: Release