Skip to content

Commit

Permalink
ops: reverting error catch, unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn committed Aug 14, 2023
1 parent 449668a commit 69f99f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/helpers/glob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rsync -avL $1 zod/work/glob
hood "commit %work"
dojo "-garden!make-glob %work /glob"

gsutil cp zod/.urb/put/*.glob gs://bootstrap.urbit.org || true
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/")
sed -i "s/glob\-[a-z0-9\.]*glob' *[a-z0-9\.]*\]/glob-$hash.glob' $hash]/g" $2

Expand Down

0 comments on commit 69f99f4

Please sign in to comment.