Skip to content

Commit 1d67fb6

Browse files
JoePotentierJoseph Potentier
andauthored
Alpha (#2)
* Moved over everything from forked repo * Fix pack * Added secription and required orbs * Add executors * Added load script * Fix shell syntax * Ignore write file * Housekeeping * Revert deploy * Fix req * Fix reference to command * Revert test deploy file * Test load * Test jobs * Update aws command * Fix job test * Fix job test * Comment out tests for now * Src bash env * Ignore shell check * Fix merge conflicts Co-authored-by: Joseph Potentier <j.potentier@ghostlab.ca>
1 parent 6b7355c commit 1d67fb6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workflows:
1818
- orb-tools/review:
1919
filters: *filters
2020
- shellcheck/check:
21-
exclude: SC2148,SC2038,SC2086,SC2002,SC2016,SC1091
21+
exclude: SC2148,SC2038,SC2086,SC2002,SC2016,SC1091,SC1090
2222
filters: *filters
2323
- orb-tools/publish:
2424
orb-name: deepdivedevinc/aws-parameter-store

src/scripts/load.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ for row in $(aws ssm describe-parameters --no-paginate --parameter-filters ${PAR
1919
}
2020
_jq
2121
done
22-
source /tmp/parameterstore/PARAMETERSTORESOURCEFILE
22+
cat /tmp/parameterstore/PARAMETERSTORESOURCEFILE >> $BASH_ENV
23+
source $BASH_ENV

0 commit comments

Comments
 (0)