summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-04 14:01:54 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-04 14:01:54 +0200
commit8315f67f825f47c882bc1aa40e23f1e48d9d1290 (patch)
treecb98694fe08e1430b0ab6755d32b5b839a533295 /buildbot
parentfb809e45ac6287560e787a745cd046881998c250 (diff)
downloaddeployment-8315f67f825f47c882bc1aa40e23f1e48d9d1290.tar.gz
deployment-8315f67f825f47c882bc1aa40e23f1e48d9d1290.tar.bz2
deployment-8315f67f825f47c882bc1aa40e23f1e48d9d1290.zip
ux
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/config.sh b/buildbot/config.sh
index 289ce1a..45ebcb8 100755
--- a/buildbot/config.sh
+++ b/buildbot/config.sh
@@ -1,7 +1,7 @@
#!/bin/bash
if test "$(whoami)" = "$(cat /home/test/active)"; then
- echo "I'm the active color, no need to compile and switch!"
+ echo "I'm the active color, won't do this job."
exit 0
fi