rename scripts
This commit is contained in:
parent
671c9b6570
commit
7329d664bb
8
.github/workflows/static.yml
vendored
8
.github/workflows/static.yml
vendored
@ -39,14 +39,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Download validatornu
|
- name: Download validatornu
|
||||||
# There isn't a package with a `validatornu` command in Ubuntu, so download the validator
|
# There isn't a package with a `validatornu` command in Ubuntu, so download the validator
|
||||||
# from the GitHub releases and change the validate_static script later to use it.
|
# from the GitHub releases and change the validate-static script later to use it.
|
||||||
run: wget https://github.com/validator/validator/releases/download/${{ env.VALIDATOR_VERSION }}/vnu.linux.zip && unzip vnu.linux.zip
|
run: wget https://github.com/validator/validator/releases/download/${{ env.VALIDATOR_VERSION }}/vnu.linux.zip && unzip vnu.linux.zip
|
||||||
if: steps.validator-cache.outputs.cache-hit != 'true'
|
if: steps.validator-cache.outputs.cache-hit != 'true'
|
||||||
|
|
||||||
- run: sed -i 's+validatornu+vnu-runtime-image/bin/vnu+g' validate_static
|
- run: sed -i 's+validatornu+vnu-runtime-image/bin/vnu+g' validate-static
|
||||||
|
|
||||||
- name: validate static
|
- name: validate static
|
||||||
run: ./validate_static
|
run: ./validate-static
|
||||||
|
|
||||||
- name: process static
|
- name: process static
|
||||||
run: ./process_static
|
run: ./process-static
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
set -o errexit -o nounset -o pipefail
|
set -o errexit -o nounset -o pipefail
|
||||||
|
|
||||||
./validate_static
|
./validate-static
|
||||||
./process_static
|
./process-static
|
||||||
|
|
||||||
remote=root@grapheneos.org
|
remote=root@grapheneos.org
|
||||||
active=$(ssh $remote readlink /srv/grapheneos.org)
|
active=$(ssh $remote readlink /srv/grapheneos.org)
|
Loading…
x
Reference in New Issue
Block a user