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

icinga-provide-go: Link binaries instead of appending to path

parent 8476be98
No related branches found
No related tags found
No related merge requests found
Pipeline #18577 passed
......@@ -15,7 +15,4 @@ 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" >> /home/build/.bash_env
# shellcheck disable=SC1091
source /etc/profile
ln -s /usr/local/go/bin* /usr/local/bin
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