Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mli committed Dec 28, 2018
1 parent e9f96ee commit c1f58cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stage("Build and Publish") {
sh "build/sanity_check.sh"
sh "build/clean_build.sh"
if (env.BRANCH_NAME == 'master') {
sh "build/utils/upload_doc_s3.sh build/_build/html/ s3://en.d2l.ai"
sh "build/utils/upload_doc_s3.sh build/_build/html s3://en.d2l.ai"
withCredentials([usernamePassword(credentialsId: '13cb1009-3cda-49ef-9aaa-8a705fdaaeb7',
passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USERNAME')]) {
sh "build/publish_notebook.sh"
Expand Down
2 changes: 1 addition & 1 deletion build/utils
Submodule utils updated 1 files
+1 −1 upload_doc_s3.sh

0 comments on commit c1f58cf

Please sign in to comment.