From b013fc79449b95bed5ed71b85b78760da0d0fb29 Mon Sep 17 00:00:00 2001 From: Andru Cherny Date: Tue, 14 Jun 2022 13:10:33 +0300 Subject: [PATCH] test pipline --- .pipelines/build_image.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pipelines/build_image.sh b/.pipelines/build_image.sh index cf8abbc..032a939 100644 --- a/.pipelines/build_image.sh +++ b/.pipelines/build_image.sh @@ -1,3 +1,6 @@ +#!/usr/bin/env bash +. .pipelines/vars_from_github_action.sh + function build_image() { echo "$(tput bold)$(tput setb 4)$(tput setaf 3)$1$(tput sgr0)" IMAGE=$2