Skip to content

Commit 281677b

Browse files
comment echo
1 parent 280ff54 commit 281677b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master_deply_v4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ if [ -z "$template" ];
299299
then
300300
track_error 1 "Task Def has not set by template variable"
301301
else
302-
echo "template values ------:" $template
302+
# echo "template values ------:" $template
303303
if REVISION=$(aws ecs register-task-definition --cli-input-json "$template" | $JQ '.taskDefinition.taskDefinitionArn'); then
304304
log "Revision: $REVISION"
305305
else

0 commit comments

Comments
 (0)