mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-21 14:49:33 +02:00
test the base building v8
This commit is contained in:
parent
52e5d0cc86
commit
34a8c2b2f3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build_base_image.yml
vendored
4
.github/workflows/build_base_image.yml
vendored
|
@ -16,8 +16,10 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set image tag
|
- name: Set image tag
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
IFS=$'\n' read -d '' -r -a lines < .tool-versions
|
IFS=$'\n'
|
||||||
|
read -d '' -r -a lines < .tool-versions
|
||||||
erlang_line="${lines[0]}"
|
erlang_line="${lines[0]}"
|
||||||
ruby_line="${lines[1]}"
|
ruby_line="${lines[1]}"
|
||||||
echo $erlang_line
|
echo $erlang_line
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue