summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-02-07 06:50:35 -0500
committerGitHub <noreply@github.com>2020-02-07 22:50:35 +1100
commitd17f9887e7117547bb349687164e5b1c5d1adb92 (patch)
treecc96341054868a2cd3eb93c034afaac2c78d22ca /.travis
parentff88fc5cdd4fa0c036e852676b2fc545c8f8516b (diff)
Don't push a commit for i386 RPM builds. (#7989)
We're not actually building any i386 RPM packages, and it maes essentially no sense to do so as the various major RPM-based distros don't even really support 32-bit x86 installs anymore. This will actually speed up the builds for the other package types because they won't be competing for CI resources. It will also make the commit history tidier in the repo.
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/trigger_package_generation.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis/trigger_package_generation.sh b/.travis/trigger_package_generation.sh
index 713679c16f..b58832cf4e 100755
--- a/.travis/trigger_package_generation.sh
+++ b/.travis/trigger_package_generation.sh
@@ -54,10 +54,4 @@ sleep "${WAIT_TIME}"
commit_change "amd64" "RPM"
push_change
-echo "---- Waiting for ${WAIT_TIME} seconds before triggering next process ----"
-sleep "${WAIT_TIME}"
-
-commit_change "i386" "RPM"
-push_change
-
echo "---- Done! ----"