test the base building v7

This commit is contained in:
Keijo Raamat 2021-09-30 14:18:04 +03:00
parent 869fa833d2
commit 52e5d0cc86

View file

@ -17,7 +17,8 @@ jobs:
- name: Set image tag
run: |
IFS=$'\n' read -d '' -r -a lines < .tool-versions && erlang_line="${lines[0]}"
IFS=$'\n' read -d '' -r -a lines < .tool-versions
erlang_line="${lines[0]}"
ruby_line="${lines[1]}"
echo $erlang_line
echo $ruby_line