update build script
All checks were successful
gitea-sync/antos-deb/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos-deb/pipeline/head This commit looks good
This commit is contained in:
parent
1b463e6c14
commit
046304fab4
@ -27,7 +27,8 @@ esac
|
|||||||
|
|
||||||
case $TAG in
|
case $TAG in
|
||||||
master)
|
master)
|
||||||
TAG=latest
|
echo "Ignore TAG $TAG"
|
||||||
|
exit 0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
@ -61,4 +62,6 @@ tree .
|
|||||||
cd ../
|
cd ../
|
||||||
dpkg-deb --build $NAME
|
dpkg-deb --build $NAME
|
||||||
|
|
||||||
|
ls -al .
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user