1c1234ec1b
Change-Id: Ic56585cd05271488e8fba61871e792ea6ebd3914
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}
|