File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
scripts/nightly-samba-builds Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 7070 - shell : !include-raw-escape: scripts/common/scp.sh
7171 - shell : |
7272 #!/bin/bash
73- jobs/scripts/common/bootstrap.sh $WORKSPACE/jobs/scripts/nightly-samba-builds/nightly-samba-builds.sh "ghprbPullId=$ghprbPullId ghprbTargetBranch=$ghprbTargetBranch CENTOS_VERSION=$CENTOS_VERSION OS_VERSION=$OS_VERSION SAMBA_BRANCH=$SAMBA_BRANCH"
73+ jobs/scripts/common/bootstrap.sh $WORKSPACE/jobs/scripts/nightly-samba-builds/nightly-samba-builds.sh "ghprbPullId=$ghprbPullId ghprbTargetBranch=$ghprbTargetBranch OS_VERSION=$OS_VERSION SAMBA_BRANCH=$SAMBA_BRANCH"
7474
7575 publishers :
7676 - email-ext :
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ BUILD_GIT_REPO="https://github.com/samba-in-kubernetes/samba-build"
44BUILD_GIT_BRANCH=" main"
55SAMBA_BRANCH=" ${SAMBA_BRANCH:- master} "
66SAMBA_MAJOR_VERS=$( [ " ${SAMBA_BRANCH} " != " master" ] && ( (tmp=" ${SAMBA_BRANCH// [a-zA-Z]} " && echo " ${tmp// -/ .} " ) | sed ' s/.$//' ) || echo " ${SAMBA_BRANCH} " )
7- CENTOS_VERSION=" ${CENTOS_VERSION// [!0-9]} "
87PLATFORM=" ${OS_VERSION// [0-9]} "
98VERSION=" ${OS_VERSION// [a-zA-Z]} "
109CENTOS_ARCH=' x86_64'
You can’t perform that action at this time.
0 commit comments