Skip to content

Commit

Permalink
apt-get -> yum
Browse files Browse the repository at this point in the history
  • Loading branch information
clareliguori committed Dec 2, 2020
1 parent 44e0361 commit 0079037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions trivia-backend/infra/cdk/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ phases:
nodejs: latest
commands:
# Install CDK & jq, upgrade npm
- apt-get update
- apt-get install -y jq
- yum install -y jq
- npm install -g npm@latest
- npm install -g aws-cdk

Expand Down
3 changes: 1 addition & 2 deletions trivia-backend/infra/codedeploy-blue-green/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ phases:
runtime-versions:
nodejs: latest
commands:
- apt-get update
- apt-get install -y jq
- yum install -y jq
- npm install -g npm@latest

pre_build:
Expand Down

0 comments on commit 0079037

Please sign in to comment.