Skip to content

Commit

Permalink
Pin version of CI scripts to 1.0.0 (#50)
Browse files Browse the repository at this point in the history
Don't clone from master to avoid breaking the builds when the scripts
update.
  • Loading branch information
leouieda committed Mar 20, 2019
1 parent 7e15a80 commit cafab1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -31,7 +31,7 @@ install:
- ps: mkdir -p ~\.harmonica\data\master
- ps: cp data\* ~\.harmonica\data\master
# Get the Fatiando CI scripts
- cmd: git clone https://github.com/fatiando/continuous-integration.git
- cmd: git clone --branch=1.0.0 --depth=1 https://github.com/fatiando/continuous-integration.git
# Setup miniconda and install the requirements into a new environment
- cmd: continuous-integration\appveyor\setup-miniconda.bat
# Activate the new environment
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -86,7 +86,7 @@ before_install:
- mkdir -p $HOME/.harmonica/data/master
- cp -r data/* $HOME/.harmonica/data/master
# Get the Fatiando CI scripts
- git clone https://github.com/fatiando/continuous-integration.git
- git clone --branch=1.0.0 --depth=1 https://github.com/fatiando/continuous-integration.git
# Download and install miniconda and setup dependencies
# Need to source the script to set the PATH variable globaly
- source continuous-integration/travis/setup-miniconda.sh
Expand Down

0 comments on commit cafab1b

Please sign in to comment.