diff options
author | Brent Baude <bbaude@redhat.com> | 2019-04-05 19:49:36 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-04-05 20:09:45 -0500 |
commit | 23602de816b9ee3e92a8cbac295e955ba43fa283 (patch) | |
tree | 8ae6789a7e7e5e52de2270bb3854f01dc55b9949 /.cirrus.yml | |
parent | bc320be00bc584bd88525266d23a9d5edb9d44f8 (diff) | |
download | podman-23602de816b9ee3e92a8cbac295e955ba43fa283.tar.gz podman-23602de816b9ee3e92a8cbac295e955ba43fa283.tar.bz2 podman-23602de816b9ee3e92a8cbac295e955ba43fa283.zip |
Revert "Switch to golangci-lint"
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index ee83ffeba..325176179 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -121,6 +121,7 @@ gating_task: gate_script: # N/B: entrypoint.sh resets $GOSRC (same as make clean) + - '/usr/local/bin/entrypoint.sh install.tools' - '/usr/local/bin/entrypoint.sh validate' - '/usr/local/bin/entrypoint.sh lint' - '${CIRRUS_WORKING_DIR}/${SCRIPT_BASE}/test/test_dot_cirrus_yaml.py' |