Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Updates from project type #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is auto-generated, changes will be overwritten
_commit: v0.1.3
_src_path: /task/df7a0e7d-41f9-11ee-96d9-9a78d6c78305/projecttype
_commit: v0.1.6
_src_path: /task/de9d6a33-6f98-11ef-a38e-169a67c35f23/projecttype
starting_version: v0.0.0
version_file: VERSION

6 changes: 5 additions & 1 deletion .project_automation/static_tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
FROM public.ecr.aws/codebuild/amazonlinux2-x86_64-standard:4.0
RUN git clone https://github.com/aws-quickstart/qs-cfn-lint-rules.git /tmp/qs-cfn-lint-rules
<<<<<<< before updating
RUN cd /tmp/qs-cfn-lint-rules && git checkout 8268db9df3407ccf5383def635bc22e0f99d6b39 && pip install .
#RUN cfn-lint -u
#RUN cfn-lint -u
=======
RUN cd /tmp/qs-cfn-lint-rules && pip install .
>>>>>>> after updating