fix: source needs relative path
This commit is contained in:
parent
7e4cdf6c77
commit
1ec903e928
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -ex
|
||||
|
||||
[ -f .env ] && source .env
|
||||
[ -f .env ] && . ./.env
|
||||
|
||||
cat <<EOF > /kaniko/.docker/config.json
|
||||
{
|
||||
|
|
Reference in a new issue