try working with empty circle_branch env vars

This commit is contained in:
holger krekel
2021-02-12 15:13:41 +01:00
parent ced3a56da4
commit 5e4dde12e2
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
export BRANCH=${CIRCLE_BRANCH:?branch to build}
export REPONAME=${CIRCLE_PROJECT_REPONAME:?repository name}
export BRANCH=${CIRCLE_BRANCH:master}
export REPONAME=${CIRCLE_PROJECT_REPONAME:deltachat-core-rust}
export SSHTARGET=${SSHTARGET-ci@b1.delta.chat}
export BUILDDIR=ci_builds/$REPONAME/$BRANCH/${CIRCLE_JOB:?jobname}/${CIRCLE_BUILD_NUM:?circle-build-number}