Skip to content
Snippets Groups Projects
Commit 9c439914 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Ci update

parent d2b57247
No related branches found
No related tags found
1 merge request!7Ci update
default: default:
tags:
- singularity
before_script: before_script:
- ls -lrth && pwd - ls -lrth && pwd
artifacts: artifacts:
......
...@@ -35,7 +35,8 @@ if [ -d "${JUGGLER_DETECTOR}" ]; then ...@@ -35,7 +35,8 @@ if [ -d "${JUGGLER_DETECTOR}" ]; then
fi fi
echo "Fetching ${JUGGLER_DETECTOR}" echo "Fetching ${JUGGLER_DETECTOR}"
git clone -b ${JUGGLER_DETECTOR_VERSION} --depth 1 https://eicweb.phy.anl.gov/EIC/detectors/${JUGGLER_DETECTOR}.git git clone -b ${JUGGLER_DETECTOR_VERSION} --depth 1 https://eicweb.phy.anl.gov/EIC/detectors/${JUGGLER_DETECTOR}.git
[[ ! "$?" == "0" ]] || exit 1 echo "$?"
[[ "$?" == "0" ]] || exit 1
rm -rf "${JUGGLER_DETECTOR}/.git" rm -rf "${JUGGLER_DETECTOR}/.git"
## We need an up-to-date copy of the detector ## We need an up-to-date copy of the detector
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment