Skip to content

Commit

Permalink
7.1.7-2-FIRE-33613 test
Browse files Browse the repository at this point in the history
  • Loading branch information
humbletim committed May 16, 2024
1 parent e375d2d commit 918653c
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 0 deletions.
16 changes: 16 additions & 0 deletions fs-7.1.7-2-FIRE-33613/000.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash

mkdir -pv repo/p373r
echo $BASH_SOURCE -- skipping > repo/p373r/applied

gha-cache-restore-fast $cache_id-repo-0001 repo/viewer || (
set -Euo pipefail
quiet-clone ${hub:-github.com} $repo $ref repo/viewer

pushd repo/viewer
curl https://patch-diff.githubusercontent.com/raw/metaverse-crossroads/phoenix-firestorm/pull/2.patch | patch -p1 || exit $?
git diff
popd

gha-cache-save-fast $cache_id-repo-0001 repo/viewer || exit 15
)
1 change: 1 addition & 0 deletions fs-7.1.7-2-FIRE-33613/blueprint.arrant.nunja
1 change: 1 addition & 0 deletions fs-7.1.7-2-FIRE-33613/blueprint.petroglyph.constants.nunja
1 change: 1 addition & 0 deletions fs-7.1.7-2-FIRE-33613/blueprint.petroglyph.nunja
1 change: 1 addition & 0 deletions fs-7.1.7-2-FIRE-33613/blueprint.petroglyph.rules.nunja
1 change: 1 addition & 0 deletions fs-7.1.7-2-FIRE-33613/packages-info.json
1 change: 1 addition & 0 deletions fs-7.1.7-2-FIRE-33613/viewer_version.txt

0 comments on commit 918653c

Please sign in to comment.