rename scripts

This commit is contained in:
Daniel Micay 2021-07-08 04:33:12 -04:00
parent 671c9b6570
commit 7329d664bb
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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)