From 29ad240d16ee33d9aa68326d9efbc7707927cd33 Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Fri, 9 Sep 2022 17:01:51 +0300 Subject: [PATCH] new podman-based pipeline --- ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.sh b/ci.sh index 2721a86e..0472fb4f 100755 --- a/ci.sh +++ b/ci.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -o errexit -o pipefail -o noclobber -o nounset CONTAINER_IMAGE="flutter-build-env"