Fix local build
This commit is contained in:
parent
334ddf75b9
commit
05769b203f
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -2,9 +2,9 @@
|
|||
set -euo pipefail
|
||||
set -x
|
||||
|
||||
if [ -z "$NO_REMOTE" ]
|
||||
if [ -z "${NO_REMOTE:-}" ]
|
||||
then
|
||||
remote_args="--builders 'ssh://charlotte@sunspear.vanpetegem.me' --extra-substituters 'ssh://charlotte@sunspear.vanpetegem.me'"
|
||||
remote_args="--builders ssh://charlotte@sunspear.vanpetegem.me --extra-substituters ssh://charlotte@sunspear.vanpetegem.me"
|
||||
else
|
||||
remote_args=""
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue