Skip to content
Snippets Groups Projects
Commit 46187919 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Add 'set -e' to build.sh [fsl-ci-skip]

parent dd8b9990
No related branches found
No related tags found
1 merge request!13WIP: mnt/patch
#!/usr/bin/env bash
set -e
export FSLDIR=$PREFIX
export FSLDEVDIR=$PREFIX
......
......@@ -5,7 +5,7 @@
{% set name = 'fsl-cprob' %}
{% set version = '2111.0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/cprob.git' %}
{% set build = '3' %}
{% set build = '4' %}
package:
name: {{ name }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment