fix: temporary file not existent
This commit is contained in:
parent
f3166d5171
commit
fe4a97adf3
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
exec 3<> /dev/tty
|
||||
exec 3<> /tmp/kaniko && rm /tmp/kaniko
|
||||
|
||||
cat <<EOF >&3
|
||||
{
|
||||
|
|
Reference in a new issue