summaryrefslogtreecommitdiffstats
path: root/jjb/doctor/t.sh
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-07-03 17:26:52 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-07-03 17:26:52 +0000
commitd96f2a6000e39a2ab5e725bd27736b9a58ca6288 (patch)
treec9e953a04065b2b4cb483b807f7a98b9a7b74d58 /jjb/doctor/t.sh
parent2abed47474ad6a0da5f8740cc1127f82eae6ba75 (diff)
parente8dd11b81e3b20f68e47fce29a86e847e1d3560b (diff)
Merge "[doctor] upload docs built in verify jobs"
Diffstat (limited to 'jjb/doctor/t.sh')
-rwxr-xr-xjjb/doctor/t.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/jjb/doctor/t.sh b/jjb/doctor/t.sh
new file mode 100755
index 000000000..3005c6d15
--- /dev/null
+++ b/jjb/doctor/t.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+set -e
+set -o pipefail
+
+
+[[ $GERRIT_CHANGE_NUMBER =~ .* ]]
+
+
+echo "done"