Skip to content

Commit

Permalink
Fix passing a commit msg to docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
mkacper committed Sep 12, 2019
1 parent 58d0acd commit 524e8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/circle-build-and-push-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cp ../${MONGOOSE_TGZ} member
docker build -f Dockerfile.member -t ${IMAGE_TAG} \
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
--build-arg VCS_REF=${GIT_REF} \
--build-arg VCS_REF_DESC=${GIT_COMMIT_MSG} \
--build-arg VCS_REF_DESC="${GIT_COMMIT_MSG}" \
--build-arg VERSION=${VERSION} \
.

Expand Down

0 comments on commit 524e8ce

Please sign in to comment.