Skip to content

Commit

Permalink
buildspec.yml
Browse files Browse the repository at this point in the history
fetch dependancies.
  • Loading branch information
ChrisPates committed May 31, 2022
1 parent 15c0cd0 commit d39b2ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ phases:
commands:
- echo "Start pre_build..."

# Make sure we're in the project directory within our GOPATH
- cd "/go/src/${PACKAGE}"

# Fetch all dependencies
- go get -t ./...
- go get ./...

# Ensure code passes all lint tests
- golint -set_exit_status
Expand Down

0 comments on commit d39b2ff

Please sign in to comment.