From 1030a532ebc2b5d46b84c2ea1710765f1fbd3f3c Mon Sep 17 00:00:00 2001 From: Aston Zhang <22279212+astonzhang@users.noreply.github.com> Date: Fri, 10 Dec 2021 12:51:59 -0800 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8013e927..6cf18baa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,7 +70,7 @@ stage("Build and Publish") { sh label:"Release", script:"""set -ex conda activate ${ENV_NAME} d2lbook build pkg - d2lbook deploy html pdf pkg colab sagemaker --s3 s3://zh-v2.d2l.ai + d2lbook deploy html pdf pkg colab sagemaker --s3 s3://${LANG}-v2.d2l.ai """ } else { -- GitLab