Skip to content

Commit a66e8a2

Browse files
committed
Remove echo
1 parent 20823ea commit a66e8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/post_push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ source "${SCRIPT_DIR}/common"
88
for BUILD_PARAMS in $(getBuildParams); do
99
TAG=$(echo $BUILD_PARAMS | cut -d'|' -f2)
1010
echo "##### Push tag ${TAG} #####"
11-
echo docker push ${DOCKER_REPO}:${TAG}
11+
docker push ${DOCKER_REPO}:${TAG}
1212
done

0 commit comments

Comments
 (0)