Commit 657a2155 by Francisco Giordano Committed by github-actions

move scripts to subdirectory

parent 9a50d35c
......@@ -17,4 +17,4 @@ jobs:
ref: upstream-patched
fetch-depth: 0
ssh-key: ${{secrets.DEPLOY_KEY}}
- run: bash -x scripts/merge-upstream.sh
- run: bash -x scripts/upgrade-safe/merge-upstream.sh
......@@ -21,6 +21,6 @@ jobs:
restore-keys: npm-v2-
- run: npm ci
if: steps.cache.outputs.cache-hit != 'true'
- run: bash scripts/transpile.sh
- run: bash scripts/upgrade-safe/transpile.sh
if: github.ref != 'refs/heads/master'
- run: npm run test
......@@ -28,4 +28,4 @@ jobs:
restore-keys: npm-v2-
- run: npm ci
if: steps.cache.outputs.cache-hit != 'true'
- run: bash scripts/transpile-push.sh
- run: bash scripts/upgrade-safe/transpile-push.sh
......@@ -2,7 +2,7 @@
set -euo pipefail -x
bash scripts/transpile.sh
bash scripts/upgrade-safe/transpile.sh
git config user.name 'github-actions'
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment