mirror of
https://akkoma.dev/AkkomaGang/akkoma
synced 2025-12-28 00:14:30 +00:00
ci/publish: fix syntax
This commit is contained in:
parent
631f0e817b
commit
1bff36b990
@ -97,7 +97,7 @@ steps:
|
||||
export DEST=scaleway:akkoma-updates/$${CI_COMMIT_TAG:-"$CI_COMMIT_BRANCH"}/$${SOURCE}
|
||||
/bin/sh /entrypoint.sh
|
||||
|
||||
if [ "${UBUNTU_EXPORT}" = "YES" ] ; do
|
||||
if [ "${UBUNTU_EXPORT}" = "YES" ] ; then
|
||||
# Ubuntu jammy (currently compatible with our default debian builds)
|
||||
export DEST=scaleway:akkoma-updates/$${CI_COMMIT_TAG:-"$CI_COMMIT_BRANCH"}/akkoma-${ARCH}-ubuntu-jammy.zip
|
||||
/bin/sh /entrypoint.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user