Skip to content

Commit 50e177a

Browse files
authored
Merge pull request #54 from aws-ia/ephemeral_project-updates
Updates from project type
2 parents e343848 + bed4478 commit 50e177a

17 files changed

+245
-85
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
## NOTE: this script runs at the end of functional test
3+
## Use this to load any configurations after the functional test
4+
## TIPS: avoid modifying the .project_automation/functional_test/entrypoint.sh
5+
## migrate any customization you did on entrypoint.sh to this helper script
6+
echo "Executing Post-Entrypoint Helpers"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
## NOTE: this script runs at the start of functional test
3+
## use this to load any configuration before the functional test
4+
## TIPS: avoid modifying the .project_automation/functional_test/entrypoint.sh
5+
## migrate any customization you did on entrypoint.sh to this helper script
6+
echo "Executing Pre-Entrypoint Helpers"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
## NOTE: this script runs at the end of static test
3+
## Use this to load any configurations after the static test
4+
## TIPS: avoid modifying the .project_automation/static_test/entrypoint.sh
5+
## migrate any customization you did on entrypoint.sh to this helper script
6+
echo "Executing Post-Entrypoint Helpers"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
## NOTE: this script runs at the start of static test
3+
## use this to load any configuration before the static test
4+
## TIPS: avoid modifying the .project_automation/static_test/entrypoint.sh
5+
## migrate any customization you did on entrypoint.sh to this helper script
6+
echo "Executing Pre-Entrypoint Helpers"

.copier-answers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is auto-generated, changes will be overwritten
2-
_commit: v0.1.1
3-
_src_path: /task/801a218c-3018-11ee-b039-c6976c811b32/projecttype
2+
_commit: v0.1.4
3+
_src_path: /task/9dede46c-f6d1-11ee-a0ce-9aed9c550ca7/projecttype
44
starting_version: v0.0.0
55
version_file: VERSION
66

0 commit comments

Comments
 (0)