aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--screwdriver.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index 9bf0ad95934..52c6b8812ac 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -30,6 +30,7 @@ jobs:
cat /proc/meminfo
df -h
uname -a
+ rpm -qa | grep "vespa"
- restore-cache: |
(cd /tmp && if [[ -f $MAIN_CACHE_FILE ]]; then tar xf $MAIN_CACHE_FILE; fi)