From 5a876733229aa4c965b06c9256a5ee1c33f61a1d Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 29 Sep 2020 15:14:41 +0100 Subject: [PATCH] ECC-1151: GitHub CI: use same branch of ecbuild --- .appveyor.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 70f932690..d03c186b5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 ^ diff --git a/.travis.yml b/.travis.yml index 3234d4be0..df6be090e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 #