Skip to content

Commit aa08e3f

Browse files
Update Jenkinsfile - fixing linting error in Jenkinsfile (#3891)
1 parent 3b40029 commit aa08e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pipeline {
6363
// Pushes to the git repo if there have been changes
6464
stage('Update results repo') {
6565
steps {
66-
withCredentials([sshUserPrivateKey(credentialsId: 'GH_DEPLOY_KEY_METPY_BENCH_RESULTS', keyFileVariable: 'deploy_key')]) { {
66+
withCredentials([sshUserPrivateKey(credentialsId: 'GH_DEPLOY_KEY_METPY_BENCH_RESULTS', keyFileVariable: 'deploy_key')]) {
6767
sh '''
6868
if [ -n "$(git status --porcelain)" ]; then
6969
cd ${CLONE_DIR}

0 commit comments

Comments
 (0)