diff options
author | Christian Segundo | 2024-08-24 23:00:32 +0200 |
---|---|---|
committer | Christian Segundo | 2024-08-24 23:00:32 +0200 |
commit | 39c96fdd1dbfbf32c2c4a62a4d72f0b3a2512069 (patch) | |
tree | 77f7a29cc8d56357aa5f7df987d077f9d4dbafda | |
parent | 4314871517d356eb608aa206cbd23d3c831041ee (diff) | |
download | promqlfmt-master.tar.gz |
-rw-r--r-- | Jenkinsfile | 1 |
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 ''' } |