Skip to content
Snippets Groups Projects

Change clone to fetch

Merged Loic Hausammann requested to merge new_implementation into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,7 +3,7 @@ image: ubuntu:latest
@@ -3,7 +3,7 @@ image: ubuntu:latest
before_script:
before_script:
- apt-get update -qq && apt-get install -y -qq build-essential libhdf5-serial-dev gfortran csh git libtool-bin
- apt-get update -qq && apt-get install -y -qq build-essential libhdf5-serial-dev gfortran csh git libtool-bin autoconf
- export LHOME=`pwd`
- export LHOME=`pwd`
# Compile grackle
# Compile grackle
- mkdir grackle
- mkdir grackle
Loading