Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang authored Jun 23, 2020
1 parent 02a4862 commit 18e2048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ stage("Build and Publish") {
node {
ws('workspace/d2l-zh') {
checkout scm
pip uninstall mxnet-cu100
sh "git submodule update --init --recursive"
sh "build/utils/clean_build.sh"
sh "conda env update -f build/env.yml"
Expand Down

0 comments on commit 18e2048

Please sign in to comment.