Add v1.25 test and reduce amount of e2e tests (#9018)

This commit is contained in:
Ricardo Katz 2022-09-04 20:22:36 -03:00 committed by GitHub
parent 92534fa2ae
commit bfd44ab83e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 42 additions and 11 deletions

View file

@ -40,6 +40,7 @@ for dir in "${writeDirs[@]}"; do
chown -R www-data.www-data ${dir};
done
mkdir -p /chroot/lib /chroot/proc /chroot/usr /chroot/bin /chroot/dev /chroot/run
cp /etc/passwd /etc/group /chroot/etc/
cp -a /usr/* /chroot/usr/