new podman-based pipeline

pull/112/head
Alya Sirko 2022-09-09 17:01:51 +03:00
parent ff0d9f1858
commit 29ad240d16
1 changed files with 1 additions and 1 deletions

2
ci.sh
View File

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