4 lines
134 B
Plaintext
4 lines
134 B
Plaintext
|
CI_TOOLS_DIR=$(dirname "${BASH_SOURCE[0]}")
|
||
|
CI_TOOLS_DIR=$("${CI_TOOLS_DIR}/realpath" "${CI_TOOLS_DIR}")
|
||
|
PATH=${CI_TOOLS_DIR}:${PATH}
|