diff options
author | Sorin Sbarnea <ssbarnea@redhat.com> | 2020-01-30 09:34:18 +0000 |
---|---|---|
committer | Sorin Sbarnea <ssbarnea@redhat.com> | 2020-01-30 18:39:56 +0000 |
commit | 51904076196273d8cea89a1c04740322c7cbcf7c (patch) | |
tree | bdf2a210920ba7eebbc4479c69ff66f2c2a73407 /pkg | |
parent | ee0b328b7265a017e310e1a9cd83418cf61aa491 (diff) | |
download | podman-51904076196273d8cea89a1c04740322c7cbcf7c.tar.gz podman-51904076196273d8cea89a1c04740322c7cbcf7c.tar.bz2 podman-51904076196273d8cea89a1c04740322c7cbcf7c.zip |
Assure validate includes lint
Fixed issue where lint was not run on CI, so we missed to prevent regressions.
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/api/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/api/Makefile b/pkg/api/Makefile index f564b6516..c68e50011 100644 --- a/pkg/api/Makefile +++ b/pkg/api/Makefile @@ -10,4 +10,3 @@ ${SWAGGER_OUT}: # generate doesn't remove file on error rm -f ${SWAGGER_OUT} swagger generate spec -o ${SWAGGER_OUT} -i tags.yaml -w ./ - |