mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2026-02-02 03:15:07 +01:00
ci: create /var/tmp as buildah does not allow overriding the tmp dir
This commit is contained in:
parent
db049972eb
commit
62aad66435
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@
|
||||||
mkdir -p /etc/containers &&
|
mkdir -p /etc/containers &&
|
||||||
echo '{"default":[{"type":"insecureAcceptAnything"}]}' > /etc/containers/policy.json
|
echo '{"default":[{"type":"insecureAcceptAnything"}]}' > /etc/containers/policy.json
|
||||||
''
|
''
|
||||||
|
''mkdir -p /var/tmp''
|
||||||
];
|
];
|
||||||
script = [
|
script = [
|
||||||
''
|
''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue