diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-13 03:34:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 03:34:43 -0400 |
commit | b1b9d9e1392f19036001b619c396155fea810692 (patch) | |
tree | f35fc607ee1136a71ccba16bf184fc89ae0f977f | |
parent | 5801a3048754a4e1ebedc884be9bd42c55892c4c (diff) | |
parent | 7c351fbfe24cf54e261c55d37cf50cbba6ec0458 (diff) | |
download | podman-b1b9d9e1392f19036001b619c396155fea810692.tar.gz podman-b1b9d9e1392f19036001b619c396155fea810692.tar.bz2 podman-b1b9d9e1392f19036001b619c396155fea810692.zip |
Merge pull request #7996 from edsantiago/ci_systemtest_rootless_safe
System tests: run with local podman, not remote
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index da33c81e2..ab639a59c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -544,7 +544,6 @@ rootless_system_test_task: env: TEST_FLAVOR: sys PRIV_NAME: rootless - PODBIN_NAME: remote clone_script: *noop # Comes from cache gopath_cache: *ro_gopath_cache setup_script: *setup |