Update release.sh

This commit is contained in:
Ivan Blinkov 2020-02-03 13:00:49 +03:00 committed by GitHub
parent 5667f691fd
commit 9feb848e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,10 @@ then
cp -R "${BUILD_DIR}"/* .
echo -n "test.clickhouse.tech" > CNAME
echo -n "" > README.md
echo -n "" > ".nojekyll"
cp "${BASE_DIR}/../../LICENSE" .
git add *
git add ".nojekyll"
git commit -a -m "add new release at $(date)"
git push origin master
cd "${BUILD_DIR}"