From 869fa833d2ee6b4c8b1da3fd316dce7256a8b59e Mon Sep 17 00:00:00 2001 From: Keijo Raamat Date: Thu, 30 Sep 2021 14:16:03 +0300 Subject: [PATCH] test the base building v6 --- .github/workflows/build_base_image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_base_image.yml b/.github/workflows/build_base_image.yml index 067b3a8..cbc7245 100644 --- a/.github/workflows/build_base_image.yml +++ b/.github/workflows/build_base_image.yml @@ -17,7 +17,8 @@ jobs: - name: Set image tag run: | - IFS=$'\n' read -d '' -r -a lines < .tool-versions && erlang_line="${lines[0]}" && ruby_line="${lines[1]}" + IFS=$'\n' read -d '' -r -a lines < .tool-versions && erlang_line="${lines[0]}" + ruby_line="${lines[1]}" echo $erlang_line echo $ruby_line echo 'HERE 1'