mirror of
https://github.com/tloncorp/landscape.git
synced 2024-12-25 17:53:10 +03:00
ops: further sed corrections pt 2, debugging
This commit is contained in:
parent
721bcf30f0
commit
9aa1f0bcf7
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 -i "s/glob\-[a-z0-9\.]*glob' *[a-z0-9\.]*\]/$hash.glob' $hash]/g" $2
|
sed -i "s/glob\-[a-z0-9\.]*glob' *[a-z0-9\.]*\]/glob-$hash.glob' $hash]/g" $2
|
||||||
|
|
||||||
echo "hash=$(echo $hash)" >> $GITHUB_OUTPUT
|
echo "hash=$(echo $hash)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -31,6 +31,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
folder: 'ui/dist/*'
|
folder: 'ui/dist/*'
|
||||||
docket: 'desk/desk.docket-0'
|
docket: 'desk/desk.docket-0'
|
||||||
|
- run: |
|
||||||
|
git status
|
||||||
|
cat desk/desk.docket-0
|
||||||
- name: Commit Glob
|
- name: Commit Glob
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user