Skip to content

Commit

Permalink
Merge pull request #7 from kubecube-io/release-v1.0.0-rc0
Browse files Browse the repository at this point in the history
modify version in entry.sh
  • Loading branch information
weilaaa authored Aug 6, 2021
2 parents fb674aa + 2279994 commit 5d377d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [ -e "./manifests" ]; then
echo -e "$(date +'%Y-%m-%d %H:%M:%S') \033[32mINFO\033[0m manifests already exist"
else
echo -e "$(date +'%Y-%m-%d %H:%M:%S') \033[32mINFO\033[0m downloading manifests for kubecube"
wget https://kubecube.nos-eastchina1.126.net/kubecube-installer/v1.0.0-rc0/manifests.tar.gz -O manifests.tar.gz
wget https://kubecube.nos-eastchina1.126.net/kubecube-installer/v1.0.0/manifests.tar.gz -O manifests.tar.gz

tar -xzvf manifests.tar.gz > /dev/null
fi
Expand Down

0 comments on commit 5d377d1

Please sign in to comment.