diff options
author | Chris Evich <cevich@redhat.com> | 2020-02-03 11:58:38 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-02-03 16:23:46 -0500 |
commit | dbb9d098b5cb87f60debc4861dd15774257c9dbf (patch) | |
tree | 8d45150d0ef9d3dea6e4c865e870096f66aeadf2 /pkg/api/server/docs.go | |
parent | 23f795786224c27f737e9043e9d513f54fa35ba8 (diff) | |
download | podman-dbb9d098b5cb87f60debc4861dd15774257c9dbf.tar.gz podman-dbb9d098b5cb87f60debc4861dd15774257c9dbf.tar.bz2 podman-dbb9d098b5cb87f60debc4861dd15774257c9dbf.zip |
Cirrus: Fix gate task + make lint|validate
A recent Makefile change (4ec893a748) removed a side-effect necessary
for 'make validation' to pass under automation. Making things worse,
change 12bd7e927c was found upon investigation to always point at
the latest upstream HEAD. However, this is rarely a fork-point for
pull-requests. Further investigation showed the built-in Cirrus-CI,
golang-based git does not obtain sufficient data for the Makefile
command `git merge-base HEAD $${DEST_BRANCH:-master}` to function
properly (in the context of the gate container).
Fix this by customizing the clone operation and slightly adjust the
Makefile command to function as intended in the gate container. Also
add checks to the validate and lint targets which validate the
variable EPOCH_TEST_COMMIT value is never an empty string or whitespace.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'pkg/api/server/docs.go')
0 files changed, 0 insertions, 0 deletions