new podman-based pipeline

This commit is contained in:
Alya Sirko 2022-09-09 17:01:51 +03:00
parent ff0d9f1858
commit 29ad240d16

2
ci.sh
View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -o errexit -o pipefail -o noclobber -o nounset set -o errexit -o pipefail -o noclobber -o nounset
CONTAINER_IMAGE="flutter-build-env" CONTAINER_IMAGE="flutter-build-env"