Skip to content

Commit

Permalink
test env1
Browse files Browse the repository at this point in the history
  • Loading branch information
giDai7ja committed Oct 26, 2023
1 parent bab5a0a commit faad5d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
id: erlang_path
run: |
erl_find=$(find . -type d -name 'erts-*')
echo "ERLPATH=$(basename ${erl_path})" >> "$GITHUB_OUTPUT"
erl_path=$(basename ${erl_find})
echo "ERLPATH=${erl_path}" >> "$GITHUB_OUTPUT"
build_docker:
needs: build_tpnode
Expand All @@ -72,6 +73,6 @@ jobs:
run: apt-get update -yqq

- name: echo
run: echo ${{ buuild_tpnode.erlang_path.outputs.ERLPATH }}"
run: echo ${{ build_tpnode.erlang_path.outputs.ERLPATH }}

...

0 comments on commit faad5d3

Please sign in to comment.