Skip to content

Commit

Permalink
Update buildspec.yml
Browse files Browse the repository at this point in the history
Trying to resolve import timeout issues
  • Loading branch information
ChrisPates committed Nov 8, 2022
1 parent 5253d72 commit 5a2dc07
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cicd/buildapp/buildspec.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
version: 0.2


env:
variables:
GO111MODULE: "on"
git-credential-helper: yes

phases:
install:
commands:
Expand Down

0 comments on commit 5a2dc07

Please sign in to comment.