Skip to content
Snippets Groups Projects
Commit 8476be98 authored by Noah Hilverling's avatar Noah Hilverling
Browse files

icinga-provide-go: Append to bath in ".bash_env"

parent e0fe4864
No related branches found
No related tags found
No related merge requests found
Pipeline #18571 passed
......@@ -15,7 +15,7 @@ tar -C /usr/local -xzf go${VERSION_GO}.linux-amd64.tar.gz
echo "Deleting Go Binary Archive"
rm -rf go${VERSION_GO}.linux-amd64.tar.gz
echo "export PATH=$PATH:/usr/local/go/bin" >> /etc/profile
echo "export PATH=$PATH:/usr/local/go/bin" >> /home/build/.bash_env
# shellcheck disable=SC1091
source /etc/profile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment