Skip to content

Commit

Permalink
Update CA-Certificates in AWS_Codebuild
Browse files Browse the repository at this point in the history
Signed-off-by: pSchlarb <[email protected]>
  • Loading branch information
pSchlarb committed Oct 14, 2022
1 parent 1813b3d commit 8021ca9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devops/aws-codebuild/buildspec.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ phases:
- printenv
- export PROJECT_DIR="$PWD"
- |
apt-get update
apt-get install -y software-properties-common ca-certificates
set -ex
for goal in $MAKE_GOALS; do
echo "Making '$goal'"
Expand Down
2 changes: 2 additions & 0 deletions devops/aws-codebuild/buildspec.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ phases:
- printenv
- export PROJECT_DIR="$PWD"
- |
apt-get update
apt-get install -y software-properties-common ca-certificates
set -ex
for goal in $MAKE_GOALS; do
echo "Making '$goal'"
Expand Down

0 comments on commit 8021ca9

Please sign in to comment.