Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Setting s3 path as before (#5005)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakb authored Aug 8, 2019
1 parent d28f65d commit 703d621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/deploy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ s3copybranch: guard-S3_BUCKET \
--url $(S3_BUCKET_URL) \
${CODE_DIR} \
${S3_BUCKET} \
$(shell if [ ${IS_MASTER_BRANCH} = "false" ]; then echo ${DEPLOY_GIT_BRANCH}; fi)
${DEPLOY_GIT_BRANCH}

s3list := $(patsubst %,s3list%,int,prod)
PHONY: $(s3list)
Expand Down

0 comments on commit 703d621

Please sign in to comment.