Skip to content

Commit

Permalink
testing docker action
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Sep 22, 2023
1 parent c9c24b4 commit 734aaef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/build-fips-action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tar -zxvf go.tar.gz -C /usr/local
export PATH="/usr/local/go/bin:${PATH}"

# Install builder
cd otelcolbuilder || exit 1
mkdir "${HOME}/bin"
export PATH="${HOME}/bin:${PATH}"
make install-builder
Expand Down

0 comments on commit 734aaef

Please sign in to comment.