jenkins: remove pvCommon dependency from CB build

This commit is contained in:
Ralph Lange
2017-11-15 17:23:59 +01:00
parent dac9337bab
commit 8a208c5aaa

View File

@@ -26,7 +26,7 @@ installE4 () {
}
###########################################
# Defaults for EPICS Base and MB
# Defaults for EPICS Base
DEFAULT_BASE=3.15.4
BASE=${BASE:-${DEFAULT_BASE}}
@@ -34,7 +34,6 @@ BASE=${BASE:-${DEFAULT_BASE}}
###########################################
# Dependent module branches
PVCOMMON_BRANCH="master"
PVDATA_BRANCH="master"
###########################################