diff options
Diffstat (limited to 'jjb/functest/functest-pi.yaml')
-rw-r--r-- | jjb/functest/functest-pi.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/functest/functest-pi.yaml b/jjb/functest/functest-pi.yaml index 6a2c667a4..9afca8f4f 100644 --- a/jjb/functest/functest-pi.yaml +++ b/jjb/functest/functest-pi.yaml @@ -151,6 +151,8 @@ else image={repo}:{port}/{container}:{tag} fi + mkdir -p $WORKSPACE/results + chown 1000:1000 $WORKSPACE/results sudo docker run --rm \ --privileged={privileged} \ --network={network} \ |