aboutsummaryrefslogtreecommitdiff
path: root/ci-job-configs-sanity-check.yaml
diff options
context:
space:
mode:
authorKelley Spoon <kelley.spoon@linaro.org>2023-08-29 10:28:17 -0500
committerKelley Spoon <kelley.spoon@linaro.org>2023-08-29 10:28:17 -0500
commit53f09307b2e6f09e6c384e51d5916967c2cd5e0d (patch)
tree2254504ff114725c6727c3074e8da31fc6d3f36e /ci-job-configs-sanity-check.yaml
parentde8c5490de805ce6bb933aab8027e5a7bcc0ad63 (diff)
ci-job-configs-sanity-check: force re-run
During an effort to clear up diskspace, the config.xml for many jobs that hadn't been updated in a while to be archived. This should trigger jjb by making a small throwaway change. Signed-off-by: Kelley Spoon <kelley.spoon@linaro.org> Change-Id: I7d162ae97350489eb02ffd1062ffd00352682b25
Diffstat (limited to 'ci-job-configs-sanity-check.yaml')
-rw-r--r--ci-job-configs-sanity-check.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-job-configs-sanity-check.yaml b/ci-job-configs-sanity-check.yaml
index 44a60a400b..ef2ddaa90d 100644
--- a/ci-job-configs-sanity-check.yaml
+++ b/ci-job-configs-sanity-check.yaml
@@ -59,7 +59,7 @@
cd configs/
# FIXME run-jjb.py was meant to be used for deployment only
- # use JJB 'test' command instead of 'update' command.
+ # use JJB 'test' command instead of 'update' command
sed -i "s|update|test|" run-jjb.py
export GIT_PREVIOUS_COMMIT=$(git rev-parse HEAD~1)