diff options
author | Chris Evich <cevich@redhat.com> | 2018-10-17 13:03:55 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2018-10-18 12:33:36 -0400 |
commit | 4de69da7bd5739a0845e3c0cae751d4c5eb615f4 (patch) | |
tree | 99ccd28fdcd32af6a9efc428693e5a7c6557f60c /.cirrus.yml | |
parent | 0c17f2010a6d296cfcecc6f703c22e185f930d63 (diff) | |
download | podman-4de69da7bd5739a0845e3c0cae751d4c5eb615f4.tar.gz podman-4de69da7bd5739a0845e3c0cae751d4c5eb615f4.tar.bz2 podman-4de69da7bd5739a0845e3c0cae751d4c5eb615f4.zip |
Revert "Cirrus: Enable debugging delay on non-zero exit"
This reverts commit b610913ef55ac36d0b145a7d20461649650cc5a1.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 88cdfdab4..764ec6a29 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -19,8 +19,6 @@ env: CNI_COMMIT: "7480240de9749f9a0a5c8614b17f1f03e0c06ab9" CRIO_COMMIT: "662dbb31b5d4f5ed54511a47cde7190c61c28677" RUNC_COMMIT: "ad0f5255060d36872be04de22f8731f38ef2d7b1" - # Enable debugging delay on test-failure if non-empty. - FLAKE_DEBUG_DELAY: 1 # File to update in home-dir with task-specific env. var values ENVLIB: ".bash_profile" # Overrides default location (/tmp/cirrus) for repo clone |