Skip to content
Snippets Groups Projects
Commit c2a30c1a authored by Iain Bryson's avatar Iain Bryson
Browse files

Update campus dumper script to pull latest container

parent 2c690731
Branches
No related tags found
No related merge requests found
......@@ -7,8 +7,11 @@ echo ---- RUNNING CAMPUS DUMPER ----
echo
date
echo BUILDING CNDUMPER
docker build ../dtu-enote-cndumper -t cndumper
version=$(git symbolic-ref --short HEAD | sed 's/\//-/g')
echo PULLING CNDUMPER
docker pull lab.compute.dtu.dk:5005/enote/dtu-enote-cndumper:${version}
docker tag lab.compute.dtu.dk:5005/enote/dtu-enote-cndumper:${version} cndumper
echo RUNNING CNDUMPER
/usr/bin/docker run --rm -v /enote/vol/cndumper:/dumps -v /enote/vol/config:/secrets:ro cndumper /cnd.rb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment