Skip to content

Commit

Permalink
Change the Makefile for new chart url
Browse files Browse the repository at this point in the history
Signed-off-by: Layne Peng <[email protected]>
  • Loading branch information
LaynePeng committed Mar 16, 2020
1 parent a2dd9b4 commit a1a01f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ zip:
tar -czvf kubefate-docker-compose.tar.gz ./docker-deploy/*

release: zip
${call sub_make, ${K8S-DEPLOY}, release RELEASE_VERSION=v${RELEASE_VERSION}} && mv ${K8S-DEPLOY}/kubefate-k8s-v${RELEASE_VERSION}.tar.gz ./ && curl -LJO https://federatedai.github.io/KubeFATE/fate-${RELEASE_VERSION}.tgz
${call sub_make, ${K8S-DEPLOY}, release RELEASE_VERSION=${RELEASE_VERSION}} && mv ${K8S-DEPLOY}/kubefate-k8s-${RELEASE_VERSION}.tar.gz ./ && curl -LJO https://federatedai.github.io/KubeFATE/package/fate-${RELEASE_VERSION}.tgz

clean:
rm kubefate-docker-compose.tar.gz kubefate-k8s-*.tar.gz fate-*.tgz && $(call sub_make, ${K8S-DEPLOY}, clean)

0 comments on commit a1a01f4

Please sign in to comment.