mirror of https://github.com/containers/podman.git
Merge pull request #20979 from edsantiago/emergency
EMERGENCY: fix broken CI
This commit is contained in:
commit
71b3437a81
|
@ -150,6 +150,7 @@ EOF
|
||||||
|
|
||||||
@test "podman userns=auto with id mapping" {
|
@test "podman userns=auto with id mapping" {
|
||||||
skip_if_not_rootless
|
skip_if_not_rootless
|
||||||
|
skip_if_remote
|
||||||
run_podman unshare awk '{if(NR == 2){print $2}}' /proc/self/uid_map
|
run_podman unshare awk '{if(NR == 2){print $2}}' /proc/self/uid_map
|
||||||
first_id=$output
|
first_id=$output
|
||||||
mapping=1:@$first_id:1
|
mapping=1:@$first_id:1
|
||||||
|
|
Loading…
Reference in New Issue