Skip to content

Commit 7c71fc3

Browse files
Fix copy and add debug
1 parent 95ebfaa commit 7c71fc3

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
@@ -68,7 +68,9 @@ $APPLICTION_DIR
6868
$SRC_DIR
6969
$GAUNTLT_DIR
7070
$BASE_DIR/codedeploy/appspec.yml"
71+
echo "Copying sources into place
7172
for src in $SOURCES; do
73+
echo cp -a "$src" "$BUILD_DIR"
7274
cp -a "$src" "$BUILD_DIR"
7375
done
7476

0 commit comments

Comments
 (0)