fix: temporary file not existent

This commit is contained in:
ange 2024-05-02 16:43:30 +02:00
parent f3166d5171
commit fe4a97adf3
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -1,6 +1,6 @@
#!/bin/bash -e
exec 3<> /dev/tty
exec 3<> /tmp/kaniko && rm /tmp/kaniko
cat <<EOF >&3
{