mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 05:46:29 +03:00
allow to use a different buildhost :)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
export BRANCH=${CIRCLE_BRANCH:?branch to build}
|
export BRANCH=${CIRCLE_BRANCH:?branch to build}
|
||||||
export REPONAME=${CIRCLE_PROJECT_REPONAME:?repository name}
|
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
|
# we construct the BUILDDIR such that we can easily share the
|
||||||
# CARGO_TARGET_DIR between runs ("..")
|
# CARGO_TARGET_DIR between runs ("..")
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
export BRANCH=${CIRCLE_BRANCH:?branch to build}
|
export BRANCH=${CIRCLE_BRANCH:?branch to build}
|
||||||
export REPONAME=${CIRCLE_PROJECT_REPONAME:?repository name}
|
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
|
# we construct the BUILDDIR such that we can easily share the
|
||||||
# CARGO_TARGET_DIR between runs ("..")
|
# CARGO_TARGET_DIR between runs ("..")
|
||||||
|
|||||||
Reference in New Issue
Block a user