Skip to content

Commit

Permalink
Bump Docker image version (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzmeister committed Oct 23, 2020
1 parent 4128aa5 commit 33ab960
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile_doc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
agent {
docker {
label "local"
image "docker.hops.works/hopsworks_twine:0.0.2"
image "docker.hops.works/hopsworks_twine:0.0.3"
}
}

Expand All @@ -26,9 +26,9 @@ pipeline {
}

steps {
sh "rm -r /opt/docs/*"
sh "cp -r site/* /opt/docs/"
sh "rm -r /opt/docs/*"
sh "cp -r site/* /opt/docs/"
}
}
}
}
}

0 comments on commit 33ab960

Please sign in to comment.