diff options
author | Tomas Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-01-21 17:15:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-21 17:15:29 +0000 |
commit | 9f186d5978aa4e528ea071d5de0a74edb71916ad (patch) | |
tree | 45411dd5255691fd4c8495652323c9293c8fb881 /recipes/regularisers | |
parent | 34d0b9f85c3bc73416f1dc2bb25ef669b9ff8076 (diff) | |
parent | 60b4d51ce1cf19be2a3483232448ae227253614c (diff) | |
download | regularization-9f186d5978aa4e528ea071d5de0a74edb71916ad.tar.gz regularization-9f186d5978aa4e528ea071d5de0a74edb71916ad.tar.bz2 regularization-9f186d5978aa4e528ea071d5de0a74edb71916ad.tar.xz regularization-9f186d5978aa4e528ea071d5de0a74edb71916ad.zip |
Merge pull request #88 from TomasKulhanek/pr-test
Pr test
Diffstat (limited to 'recipes/regularisers')
-rw-r--r-- | recipes/regularisers/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/regularisers/build.sh b/recipes/regularisers/build.sh index 0b8bce2..eaa778e 100644 --- a/recipes/regularisers/build.sh +++ b/recipes/regularisers/build.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -echo $CIL_VERSION +echo build.sh CIL_VERSION: $CIL_VERSION #if [ -z "$CIL_VERSION" ]; then # echo "Need to set CIL_VERSION" # exit 1 |