diff options
author | Jhon Honce <jhonce@redhat.com> | 2019-09-16 09:23:57 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2019-09-19 14:14:38 -0700 |
commit | 96bcf8cecc92c70cdb86ee288eb57795ef6395e7 (patch) | |
tree | 5dc7417b2e7c583ed7f9ddac3311d8d17c7b9558 /.cirrus.yml | |
parent | 408f2780a1dd94f99fe36be4573a9887e6c74cf7 (diff) | |
download | podman-96bcf8cecc92c70cdb86ee288eb57795ef6395e7.tar.gz podman-96bcf8cecc92c70cdb86ee288eb57795ef6395e7.tar.bz2 podman-96bcf8cecc92c70cdb86ee288eb57795ef6395e7.zip |
Support podman-remote help on windows
* Update scipts to produce darwin and windows output
* Update batch file to re-direct help requests to browser
* Add pandoc filter for markdown to html links
Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 39275f6db..663fb91b8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -491,7 +491,7 @@ special_testing_cgroupv2_task: TEST_REMOTE_CLIENT: true TEST_REMOTE_CLIENT: false - timeout_in: 20m + timeout_in: 120m networking_script: '${CIRRUS_WORKING_DIR}/${SCRIPT_BASE}/networking.sh' setup_environment_script: '$SCRIPT_BASE/setup_environment.sh |& ${TIMESTAMP}' |