summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-07-23 10:21:41 +0200
committerGitHub <noreply@github.com>2019-07-23 10:21:41 +0200
commit26749204d5fcd333706bef187b75cd3c6b39b835 (patch)
tree1fe72a798eef9d803e7714ea877304f1568171bd /.cirrus.yml
parenta12a2312ac5c6c485eaa1d45e4b7e29d6cc4a9ff (diff)
parent0c3038d4b5479e475217f2990107f376024d5726 (diff)
downloadpodman-26749204d5fcd333706bef187b75cd3c6b39b835.tar.gz
podman-26749204d5fcd333706bef187b75cd3c6b39b835.tar.bz2
podman-26749204d5fcd333706bef187b75cd3c6b39b835.zip
Merge pull request #3621 from baude/golangcilint4
golangci-lint phase 4
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 6302cf388..8c4991e65 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -103,7 +103,7 @@ gating_task:
# N/B: entrypoint.sh resets $GOSRC (same as make clean)
- '/usr/local/bin/entrypoint.sh install.tools |& ${TIMESTAMP}'
- '/usr/local/bin/entrypoint.sh validate |& ${TIMESTAMP}'
- - '/usr/local/bin/entrypoint.sh lint |& ${TIMESTAMP}'
+ - '/usr/local/bin/entrypoint.sh golangci-lint |& ${TIMESTAMP}'
# This task builds Podman with different buildtags to ensure the build does
# not break. It also verifies all sub-commands have man pages.