summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Segundo2024-08-24 23:00:32 +0200
committerChristian Segundo2024-08-24 23:00:32 +0200
commit39c96fdd1dbfbf32c2c4a62a4d72f0b3a2512069 (patch)
tree77f7a29cc8d56357aa5f7df987d077f9d4dbafda
parent4314871517d356eb608aa206cbd23d3c831041ee (diff)
downloadpromqlfmt-master.tar.gz
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 2f841c3..0a96f6b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -46,6 +46,7 @@ pipeline {
GO111MODULE=on go install github.com/prometheus/prometheus/cmd/promtool && \
export PATH="/root/go/bin/:${PATH}" && \
cd .. && \
+ ls -l && \
make test
'''
}