Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #94 from ndlib/change-the-image-for-codebuild
Browse files Browse the repository at this point in the history
Change the image for codebuild
  • Loading branch information
Jon Hartzler authored Sep 23, 2019
2 parents 4409182 + f347380 commit 7f4044b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/cloudformation/manifest-pipeline-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ Resources:
EnvironmentVariables:
- Name: S3_BUCKET
Value: !Ref S3Bucket
Image: "aws/codebuild/nodejs:7.0.0"
Image: "aws/codebuild/amazonlinux2-x86_64-standard:1.0"
Type: LINUX_CONTAINER
ServiceRole: !GetAtt
- CodeBuildTrustRole
Expand All @@ -427,6 +427,8 @@ Resources:
version: 0.2
phases:
install:
runtime-versions:
python: 3.7
commands:
- echo "Ensure that the codebuild directory is executable"
- chmod -R 755 ./scripts/codebuild/*
Expand Down

0 comments on commit 7f4044b

Please sign in to comment.