mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-21 14:49:33 +02:00
test the base building v6
This commit is contained in:
parent
877278154b
commit
869fa833d2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build_base_image.yml
vendored
3
.github/workflows/build_base_image.yml
vendored
|
@ -17,7 +17,8 @@ jobs:
|
||||||
|
|
||||||
- name: Set image tag
|
- name: Set image tag
|
||||||
run: |
|
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 $erlang_line
|
||||||
echo $ruby_line
|
echo $ruby_line
|
||||||
echo 'HERE 1'
|
echo 'HERE 1'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue