mirror of
https://github.com/tloncorp/landscape.git
synced 2024-12-25 09:43:28 +03:00
ops: further sed corrections
This commit is contained in:
parent
5db05c1b2b
commit
721bcf30f0
2
.github/helpers/glob.sh
vendored
2
.github/helpers/glob.sh
vendored
@ -25,7 +25,7 @@ dojo "-garden!make-glob %work /glob"
|
|||||||
|
|
||||||
gsutil cp zod/.urb/put/*.glob gs://bootstrap.urbit.org
|
gsutil cp zod/.urb/put/*.glob gs://bootstrap.urbit.org
|
||||||
hash=$(ls -1 -c zod/.urb/put | head -1 | sed "s/glob-\([a-z0-9\.]*\).glob/\1/")
|
hash=$(ls -1 -c zod/.urb/put | head -1 | sed "s/glob-\([a-z0-9\.]*\).glob/\1/")
|
||||||
sed "s/\( *glob\-http\+\['https:\/\/bootstrap.urbit.org\/glob\-\)[a-z0-9\.]*glob' *[a-z0-9\.]*\]/\1$hash.glob' $hash]/g" $2
|
sed -i "s/glob\-[a-z0-9\.]*glob' *[a-z0-9\.]*\]/$hash.glob' $hash]/g" $2
|
||||||
|
|
||||||
echo "hash=$(echo $hash)" >> $GITHUB_OUTPUT
|
echo "hash=$(echo $hash)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user