Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Azharuddin Mohammed committed Nov 1, 2024
1 parent 48bccd0 commit 7cc6b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/jenkins/jobs/jobs/clang-3.4-debuginfo-statistics
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pipeline {
withCredentials([string(credentialsId: 's3_resource_bucket', variable: 'S3_BUCKET')]) {
sh """
source ./venv/bin/activate
aws s3 cp "{S3_BUCKET}/clangci/${params.STAGE_1_JOB_NAME}/last_good_build.properties" "."
aws s3 cp "\${S3_BUCKET}/clangci/${params.STAGE_1_JOB_NAME}/last_good_build.properties" "."
"""
}
}
Expand Down

0 comments on commit 7cc6b9d

Please sign in to comment.