Skip to content

Commit

Permalink
Added GOFLAGS argument and Apache header license
Browse files Browse the repository at this point in the history
  • Loading branch information
mangalpalli committed Dec 1, 2022
1 parent dc86c62 commit d8c5b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/includes/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ example-image-markdown.%:

# Deploys the site by taking in the base version and deploying the previous version
release-deploy-site: $(ensure-build-image)
release-deploy-site: DOCKER_RUN_ARGS += --entrypoint=/usr/local/go/bin/go GOFLAGS="-mod=mod"
release-deploy-site: DOCKER_RUN_ARGS += GOFLAGS="-mod=mod" --entrypoint=/usr/local/go/bin/go
release-deploy-site:
version=$$($(DOCKER_RUN) run $(mount_path)/build/scripts/previousversion/main.go -version $(base_version)) \
$(MAKE) site-deploy SERVICE=$$version
Expand Down

0 comments on commit d8c5b08

Please sign in to comment.