Skip to content

Commit

Permalink
fix: codebuild issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchran committed Jan 25, 2023
1 parent 73135b8 commit 16eab14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildspec.saas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ phases:
commands:
- wget https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_linux_amd64 -O /usr/bin/yq
- chmod +x /usr/bin/yq
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
- apt-get update
- apt install -y hub
pre_build:
Expand Down

0 comments on commit 16eab14

Please sign in to comment.