File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 20
Original file line number Diff line number Diff line change 11# Variables
2- export tool_path_dir=" /usr/local/bin"
32export composer_home=" $HOME /.composer"
43export composer_bin=" $composer_home /vendor/bin"
54export composer_json=" $composer_home /composer.json"
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ read_env() {
5555 fail_fast=" ${fail_fast:- ${FAIL_FAST:- false} } "
5656 [[ -z " ${ImageOS} " && -z " ${ImageVersion} " || -n ${ACT} ]] && _runner=self-hosted || _runner=github
5757 runner=" ${runner:- ${RUNNER:- $_runner } } "
58+ tool_path_dir=" ${tools_dir:- ${TOOLS_DIR:-/ usr/ local/ bin} } "
5859
5960 if [[ " $runner " = " github" && $_runner = " self-hosted" ]]; then
6061 fail_fast=true
@@ -75,6 +76,7 @@ read_env() {
7576 export runner
7677 export update
7778 export ts
79+ export tools_dir_path
7880}
7981
8082# Function to create a lock.
You can’t perform that action at this time.
0 commit comments