We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06d6d9 commit 1d943fbCopy full SHA for 1d943fb
2 files changed
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+## 1.15.0 [unreleased]
2
+
3
## 1.14.0 [2020-12-04]
4
5
### Features
scripts/publish-site.sh
@@ -40,7 +40,7 @@ cp -R "${SCRIPT_PATH}"/../target/staging/ "${HOME}"/site
40
echo "Clone: gh-pages"
41
cd "${HOME}"
42
rm -rf "${HOME}"/gh-pages
43
-git clone --branch=gh-pages https://github.com/influxdata/influxdb-client-java "${HOME}"/gh-pages
+git clone --branch=gh-pages git@github.com:influxdata/influxdb-client-java.git "${HOME}"/gh-pages
44
45
echo "Copy site"
46
# Push Site
0 commit comments