Closed smothiki closed 8 years ago
in builder script we are doing git archive --format=tar.gz ${GIT_SHA} > ${APP_NAME}.tar.gz twice which is not necessary. Removing the second command
git archive --format=tar.gz ${GIT_SHA} > ${APP_NAME}.tar.gz
in builder script we are doing
git archive --format=tar.gz ${GIT_SHA} > ${APP_NAME}.tar.gz
twice which is not necessary. Removing the second command