mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-29 09:40:40 +01:00
Fully disable validation to allow an emergency release due to SLSA breakage
This commit is contained in:
parent
591722ef18
commit
78aa513cd4
8
.github/workflows/slsa-releaser.yml
vendored
8
.github/workflows/slsa-releaser.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user