Skip to content

Commit a99a445

Browse files
Add Gauntlt files to CodeDeploy package
1 parent be5d1a6 commit a99a445

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/build-codedeploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ BUILD_DIR="$BASE_DIR/build"
1616
ANSIBLE_DIR="$BASE_DIR/ansible"
1717
APPLICTION_DIR="$BASE_DIR/application"
1818
SRC_DIR="$BASE_DIR/src"
19+
GAUNTLT_DIR="$BASE_DIR/gauntlt"
1920

2021
# Credit to http://stackoverflow.com/a/246128/424301
2122
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
@@ -65,6 +66,7 @@ SOURCES="$BASE_DIR/bin
6566
$ANSIBLE_DIR
6667
$APPLICTION_DIR
6768
$SRC_DIR
69+
$GAUNTLT_DIR
6870
$BASE_DIR/codedeploy/appspec.yml"
6971
for src in $SOURCES; do
7072
cp -a "$src" "$BUILD_DIR"

0 commit comments

Comments
 (0)