aboutsummaryrefslogtreecommitdiff
path: root/odp-api-style-check.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-08-20 21:46:01 +0200
committerAnders Roxell <anders.roxell@linaro.org>2015-08-20 21:50:26 +0200
commit8aebaa3b9585c20e48c6a7bf8682c4037f6f6b83 (patch)
tree2661c6a78dda0c393632ed11df6e242d9dd89759 /odp-api-style-check.yaml
parentb732da165c9aa7f055e8c54679158955973f9eb4 (diff)
odp-api-style-check: don't display command around echo
Change-Id: I21236dc9a369efe5084e52616941aff753c73c76 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'odp-api-style-check.yaml')
-rw-r--r--odp-api-style-check.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/odp-api-style-check.yaml b/odp-api-style-check.yaml
index a9f48b3dbc..d34191f7e3 100644
--- a/odp-api-style-check.yaml
+++ b/odp-api-style-check.yaml
@@ -68,9 +68,11 @@
find platform/linux-${platform_type} -name *.h -o -name *.c -exec ./scripts/odp_check {} \;
current_check=$(git log --oneline -1)
+ set +x
echo "************************"
echo "COMMIT TO CHECK ${current_check}"
echo "************************"
+ set -x
publishers:
- email:
recipients: 'lng-ci@lists.linaro.org'