pinned zona to stable ref
This commit is contained in:
parent
60884510c8
commit
28c1aa1da6
1 changed files with 3 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
image: alpine/edge
|
image: alpine/edge
|
||||||
oauth: pages.sr.ht/PAGES:RW
|
oauth: pages.sr.ht/PAGES:RW
|
||||||
packages:
|
packages:
|
||||||
- hut
|
- hut
|
||||||
- uv
|
- uv
|
||||||
environment:
|
environment:
|
||||||
site: ficd.ca
|
site: ficd.ca
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
if [ "$GIT_REF" = "refs/heads/main" ]; then
|
if [ "$GIT_REF" = "refs/heads/main" ]; then
|
||||||
cd ficd-zona
|
cd ficd-zona
|
||||||
uv run --with 'git+https://git.sr.ht/~ficd/zona' zona build
|
uv run --with 'git+https://git.sr.ht/~ficd/zona@c875adb18c281a7c28018d82bdf2cf9ac3b2433c' zona build
|
||||||
else
|
else
|
||||||
echo "Skipping build: not on main"
|
echo "Skipping build: not on main"
|
||||||
fi
|
fi
|
||||||
|
@ -28,4 +28,3 @@ tasks:
|
||||||
else
|
else
|
||||||
echo "Skipping upload: not on main"
|
echo "Skipping upload: not on main"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue