mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-21 14:49:33 +02:00
test the base building v2
This commit is contained in:
parent
ea9b2c7026
commit
3cb34b0de7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build_base_image.yml
vendored
6
.github/workflows/build_base_image.yml
vendored
|
@ -17,10 +17,10 @@ jobs:
|
||||||
|
|
||||||
- name: Set image tag
|
- name: Set image tag
|
||||||
run: |
|
run: |
|
||||||
IFS=$'\n' read -d '' -r -a lines < .tool-versions
|
IFS=$'\n' read -d '' -r -a lines < .tool-versions && erlang_line="${lines[0]}" && ruby_line="${lines[1]}"
|
||||||
erlang_line="${lines[0]}"
|
echo 'HERE 1'
|
||||||
ruby_line="${lines[1]}"
|
|
||||||
erlang=(${erlang_line// / })
|
erlang=(${erlang_line// / })
|
||||||
|
echo 'HERE 2'
|
||||||
ruby=(${ruby_line// / })
|
ruby=(${ruby_line// / })
|
||||||
ERLANG_VER=${erlang[1]}
|
ERLANG_VER=${erlang[1]}
|
||||||
RUBY_VER=${ruby[1]}
|
RUBY_VER=${ruby[1]}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue