From 61e13582028790192d61b367c6e605e50765db4b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 18 Nov 2021 17:49:55 -0500 Subject: merge validate_static into process_static --- .github/workflows/static.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c1e488cb..d5f6e4da 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -30,14 +30,11 @@ 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 process-static script later to use it. run: curl -OL 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 - - - name: validate static - run: ./validate-static + - run: sed -i 's+validatornu+vnu-runtime-image/bin/vnu+g' process-static - name: process static run: ./process-static -- cgit v1.3.1