mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-03-14 02:34:07 +00:00
new podman-based pipeline
This commit is contained in:
parent
586e19469f
commit
033e2e4aca
1 changed files with 1 additions and 1 deletions
2
ci.sh
2
ci.sh
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o errexit -o pipefail -o noclobber -o nounset
|
||||
set -o errexit -o pipefail -o noclobber -o nounset -x
|
||||
|
||||
CONTAINER_IMAGE="localhost/flutter-build-env"
|
||||
OPTS=$(getopt -o "" --long "build-linux,build-apk,sign-apk-standalone,sign-apk-fdroid,package-linux-appimage,package-linux-flatpak,package-linux-archive" -- "$@")
|
||||
|
|
Loading…
Add table
Reference in a new issue