Skip to content

Instantly share code, notes, and snippets.

@ipedrazas
Created December 4, 2018 20:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ipedrazas/b58c17fd10116b6d39935a6f11365214 to your computer and use it in GitHub Desktop.
Save ipedrazas/b58c17fd10116b6d39935a6f11365214 to your computer and use it in GitHub Desktop.
Curl to artifactory to publish helm package
@curl --user $(PUBLISH_REPO_USER):$(PUBLISH_REPO_PWD) --upload-file $(PACKAGE) $(PUBLISH_REPO_URL)/$(PUBLISH_REPO_PATH)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment