summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-07-08 04:33:12 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-07-08 04:33:12 -0400
commit7329d664bb4dd4ad5b0aa9cf0cf9caef410199bf (patch)
treec542a31d60df374a9cc74e38b434e450f83cd4af
parent671c9b65704d05a2d5c19442c426ecb6e39ef7d5 (diff)
rename scripts
-rw-r--r--.github/workflows/static.yml8
-rwxr-xr-xdeploy-static (renamed from deploy_static)4
-rwxr-xr-xprocess-static (renamed from process_static)0
-rwxr-xr-xvalidate-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