diff options
| -rw-r--r-- | .github/workflows/static.yml | 8 | ||||
| -rwxr-xr-x | deploy-static (renamed from deploy_static) | 4 | ||||
| -rwxr-xr-x | process-static (renamed from process_static) | 0 | ||||
| -rwxr-xr-x | validate-static (renamed from validate_static) | 0 |
4 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 424cd69d..11c00acb 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -39,14 +39,14 @@ jobs: - name: Download validatornu # 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 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 - run: ./validate_static + run: ./validate-static - name: process static - run: ./process_static + run: ./process-static diff --git a/deploy_static b/deploy-static index 18571959..a48a4b9c 100755 --- a/deploy_static +++ b/deploy-static @@ -2,8 +2,8 @@ set -o errexit -o nounset -o pipefail -./validate_static -./process_static +./validate-static +./process-static remote=root@grapheneos.org active=$(ssh $remote readlink /srv/grapheneos.org) diff --git a/process_static b/process-static index 25917aa4..25917aa4 100755 --- a/process_static +++ b/process-static diff --git a/validate_static b/validate-static index e1b08025..e1b08025 100755 --- a/validate_static +++ b/validate-static |
