Skip to content

Commit

Permalink
Remove sudo from codebuild steps
Browse files Browse the repository at this point in the history
  • Loading branch information
clareliguori committed Jan 30, 2020
1 parent 52bc82a commit c69f29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec_integ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ phases:
commands:
# Install hub CLI
- wget https://github.com/github/hub/releases/download/v$GITHUB_HUB_CLI_VERSION/hub-linux-amd64-$GITHUB_HUB_CLI_VERSION.tgz
- tar -xzvf hub-linux-amd64-$GITHUB_HUB_CLI_VERSION.tgz && sudo mv hub-linux-amd64-$GITHUB_HUB_CLI_VERSION/bin/hub /usr/local/bin
- tar -xzvf hub-linux-amd64-$GITHUB_HUB_CLI_VERSION.tgz && mv hub-linux-amd64-$GITHUB_HUB_CLI_VERSION/bin/hub /usr/local/bin

# Configure git client
- git config user.name "CodeBuild Integration Test"
Expand Down

0 comments on commit c69f29a

Please sign in to comment.