updated build job
This commit is contained in:
parent
5cf2514040
commit
fe5a42f724
1 changed files with 2 additions and 1 deletions
|
@ -5,11 +5,12 @@ packages:
|
|||
- uv
|
||||
environment:
|
||||
site: ficd.ca
|
||||
zonaref: git+https://git.sr.ht/~ficd/zona@9f38b16d0cd9e2761936fc089735ae911bf06624
|
||||
tasks:
|
||||
- build: |
|
||||
if [ "$GIT_REF" = "refs/heads/main" ]; then
|
||||
cd ficd-zona
|
||||
uv run --with 'git+https://git.sr.ht/~ficd/zona@9f38b16d0cd9e2761936fc089735ae911bf06624' zona build
|
||||
uv run --with "$zonaref" zona build
|
||||
else
|
||||
echo "Skipping build: not on main"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue