mirror of
https://github.com/tloncorp/landscape.git
synced 2024-12-25 09:43:28 +03:00
ops: removing sed debugging
This commit is contained in:
parent
4efc709545
commit
467176edb5
4
.github/helpers/glob.sh
vendored
4
.github/helpers/glob.sh
vendored
@ -25,9 +25,7 @@ dojo "-garden!make-glob %work /glob"
|
||||
|
||||
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/")
|
||||
cat $2
|
||||
sed --debug -i "s/glob\-[a-z0-9\.]*glob' *[a-z0-9\.]*\]/glob-$hash.glob' $hash]/g" $2
|
||||
cat $2
|
||||
sed -i "s/glob\-[a-z0-9\.]*glob' *[a-z0-9\.]*\]/glob-$hash.glob' $hash]/g" $2
|
||||
|
||||
echo "hash=$(echo $hash)" >> $GITHUB_OUTPUT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user