summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-19 08:30:05 -0700
committerGitHub <noreply@github.com>2019-03-19 08:30:05 -0700
commita1299f506d9b93824fae737f0f68a19adaf2bde1 (patch)
treeff27a306055f4eb6a1b57455cd15d3c7fe6eccf9 /.cirrus.yml
parentac523cbe2b257e13c7b3b823c8de83e44052ffaf (diff)
parent4ac08d3aa1882851d4a03aa1e53c47c6fb173958 (diff)
downloadpodman-a1299f506d9b93824fae737f0f68a19adaf2bde1.tar.gz
podman-a1299f506d9b93824fae737f0f68a19adaf2bde1.tar.bz2
podman-a1299f506d9b93824fae737f0f68a19adaf2bde1.zip
Merge pull request #2704 from giuseppe/fix-some-rootless
tests: fix rootless tests
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 8ac87c1d7..01689971a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -69,9 +69,9 @@ env:
####
#### Default to NOT running in rootless-testing mode
####
- ROOTLESS_USER:
- ROOTLESS_UID:
- ROOTLESS_GID:
+ ROOTLESS_USER: ""
+ ROOTLESS_UID: ""
+ ROOTLESS_GID: ""
####
#### Credentials and other secret-sauces, decrypted at runtime when authorized.