Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 6ad856f

Browse files
author
Pang, Lee
committed
update artifact creation script
remove creation of custom ami artifact. custom ami is deprecated
1 parent b932108 commit 6ad856f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

make-artifacts.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,16 @@ then
1717
rm -v ${ARTIFACT_PATH}/aws-ebs-autoscale.tgz
1818
fi
1919

20-
if [ -f ${ARTIFACT_PATH}/aws-custom-ami.tgz ];
21-
then
22-
echo "asset [custom-ami]: removing previous build:"
23-
rm -v ${ARTIFACT_PATH}/aws-custom-ami.tgz
24-
fi
25-
2620
if [ -f ${ARTIFACT_PATH}/aws-ecs-additions.tgz ];
2721
then
28-
echo "asset [ecs-patches]: removing previous build:"
22+
echo "asset [ecs-aditions]: removing previous build:"
2923
rm -v ${ARTIFACT_PATH}/aws-ecs-additions.tgz
3024
fi
3125

3226

3327
echo "repackaging:"
3428
cd ${SOURCE_PATH}
3529
tar -czvf ${ARTIFACT_PATH}/aws-ebs-autoscale.tgz ./ebs-autoscale/
36-
tar -czvf ${ARTIFACT_PATH}/aws-custom-ami.tgz ./custom-ami/
3730
tar -czvf ${ARTIFACT_PATH}/aws-ecs-additions.tgz ./ecs-additions/
3831

3932

0 commit comments

Comments
 (0)