Skip to content

Commit

Permalink
Wrong folder in S3 upload.. (#117)
Browse files Browse the repository at this point in the history
* the s3 folder is wrong

SVCINT-1979
  • Loading branch information
mikegron committed Dec 1, 2022
1 parent 645a037 commit c01ece4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pipeline {
}
steps {
sh "mkdir -p s3/${TAG_NAME}"
sh "cp -r bin/commonjs bin/css bin/es6 bin/img bin/typings s3/${TAG_NAME}"
sh "cp -r bin/commonjs bin/css bin/es6 bin/img bin/typings s3/searchuiextensions/${TAG_NAME}"

script {
deploymentPackage.command(
Expand Down

0 comments on commit c01ece4

Please sign in to comment.