mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-24 06:15:46 +00:00
Skip docker-build in CI
This will docker-build test in CI as it is flaky atm and causing other PR not able to merge
This commit is contained in:
parent
be64177d2d
commit
71983fd2d9
@ -46,7 +46,7 @@ TEST_YAML_IGNORES=${TEST_YAML_IGNORES:-""}
|
||||
|
||||
# Allow ignoring some yaml tests, space separated, should be the basename of the
|
||||
# test for example "s2i"
|
||||
TEST_TASKRUN_IGNORES=${TEST_TASKRUN_IGNORES:-""}
|
||||
TEST_TASKRUN_IGNORES=${TEST_TASKRUN_IGNORES:-"docker-build"}
|
||||
|
||||
set -ex
|
||||
set -o pipefail
|
||||
|
Loading…
Reference in New Issue
Block a user