mirror of https://github.com/ecmwf/eccodes.git
ECC-1151: GitHub CI: use same branch of ecbuild
This commit is contained in:
parent
8575468180
commit
5a87673322
|
@ -38,7 +38,7 @@ clone_depth: 1
|
|||
# scripts that run after cloning repository
|
||||
install:
|
||||
# install ecbuild
|
||||
- cmd: git clone --depth 1 https://github.com/ecmwf/ecbuild.git %ECBUILD_SRC%
|
||||
- cmd: git clone --depth 1 https://github.com/ecmwf/ecbuild.git %ECBUILD_SRC% --branch %APPVEYOR_REPO_BRANCH%
|
||||
|
||||
# install linux utils
|
||||
- cmd: conda install -c msys2 m2-bash ^
|
||||
|
|
|
@ -43,7 +43,7 @@ before_install:
|
|||
|
||||
install:
|
||||
# install ecbuild
|
||||
- git clone --depth 1 https://github.com/ecmwf/ecbuild.git ${ECBUILD_SRC}
|
||||
- git clone --depth 1 https://github.com/ecmwf/ecbuild.git ${ECBUILD_SRC} --branch ${TRAVIS_BRANCH}
|
||||
|
||||
#---------------------------------#
|
||||
# build configuration #
|
||||
|
|
Loading…
Reference in New Issue