Commit f17968aa authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Disable downstream tests for mirgecom

parent 543a38f9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -785,6 +785,12 @@ function prepare_downstream_build()
    git clone "$proj_url"
  fi

  if [[ "$proj_name" =~ mirgecom* ]]; then
    echo "*** No point in testing mirgecom at the moment, see"
    echo "*** https://github.com/illinois-ceesd/mirgecom/pull/898"
    exit 0
  fi

  cd "$proj_name"
  echo "*** $proj_name version: $(git rev-parse --short HEAD)"