ECC-1151: GitHub CI: use same branch of ecbuild

This commit is contained in:
Shahram Najm 2020-09-29 15:14:41 +01:00
parent 8575468180
commit 5a87673322
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ clone_depth: 1
# scripts that run after cloning repository # scripts that run after cloning repository
install: install:
# install ecbuild # 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 # install linux utils
- cmd: conda install -c msys2 m2-bash ^ - cmd: conda install -c msys2 m2-bash ^

View File

@ -43,7 +43,7 @@ before_install:
install: install:
# install ecbuild # 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 # # build configuration #