Skip to content
Snippets Groups Projects
Commit de61d8e6 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix update script

parent 81107307
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ else ...@@ -18,7 +18,7 @@ else
fi fi
for ver in py27 py34 py35; do for ver in py27 py34 py35; do
${CONDA_ROOT}/bin/conda list -n "bob-devel-${ver}" --explict > "${LISTDIR}/${ARCH}/devel-${ver}.txt"; ${CONDA} list -n "bob-devel-${ver}" --explicit > "${LISTDIR}/${ARCH}/devel-${ver}.txt";
done done
echo "I've changed the environment lists for ${ARCH} at ${LISTDIR}/${ARCH}" echo "I've changed the environment lists for ${ARCH} at ${LISTDIR}/${ARCH}"
......
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