This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from aws-ia/ephemeral_project-updates
Updates from project type
- Loading branch information
Showing
4 changed files
with
36 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ vendor/ | |
.yarn/ | ||
cdk.out/ | ||
package-lock.json | ||
index.html | ||
|
||
# Common test paths | ||
test/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This file is auto-generated, changes will be overwritten | ||
_commit: 1e92657 | ||
_src_path: /task/3ccd0188-f6d0-11ee-bdab-9ecb8c38a88a/projecttype | ||
_commit: 431ee8d | ||
_src_path: /task/61d93414-0313-11ef-8908-16adbb06e04d/projecttype | ||
starting_version: v0.0.0 | ||
version_file: VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
FROM public.ecr.aws/codebuild/amazonlinux2-x86_64-standard:5.0 | ||
RUN yum install -y yum-utils && yum-config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo && yum install -y gh && yum clean all | ||
RUN yum install -y jq && yum clean all | ||
RUN pip install copier | ||
RUN pip3 install 'copier==8.3.0' 'pyyaml-include<2.*' | ||
RUN pip install --no-cache-dir awscli | ||
|