allow to use a different buildhost :)

This commit is contained in:
holger krekel
2019-12-07 21:08:50 +01:00
parent 86ace1a4af
commit a3ca3d9179
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
export BRANCH=${CIRCLE_BRANCH:?branch to build}
export REPONAME=${CIRCLE_PROJECT_REPONAME:?repository name}
export SSHTARGET=ci@b1.delta.chat
export SSHTARGET=${SSHTARGET-ci@b1.delta.chat}
# we construct the BUILDDIR such that we can easily share the
# CARGO_TARGET_DIR between runs ("..")