summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-08-16 09:43:41 +0300
committerPavlos Emm. Katsoulakis <paul@netdata.rocks>2019-08-16 09:43:41 +0300
commit5e728c38fa60d9b249689c13d083e6686b02d88b (patch)
treecf3073a7d8090958f3fb2d60fa5e89aabd0200df /.travis
parentbe53e0f4a1034948c4a29e09c9026dfdd7cf34be (diff)
netdata/packaging: [ci skip] Remove a stale command, also use git depth false for full repo retrieval
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/trigger_package_generation.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis/trigger_package_generation.sh b/.travis/trigger_package_generation.sh
index fd5161f5a9..fbd506f7c3 100755
--- a/.travis/trigger_package_generation.sh
+++ b/.travis/trigger_package_generation.sh
@@ -22,7 +22,6 @@ push_change() {
local GIT_USER="netdatabot"
echo "---- Push changes to repository ----"
- git commit -m "[ci skip] release $GIT_TAG" --author "${GIT_USER} <${GIT_MAIL}>"
git push "https://${GITHUB_TOKEN}:@$(git config --get remote.origin.url | sed -e 's/^https:\/\///')"
}