Skip to content

Commit

Permalink
fix escape
Browse files Browse the repository at this point in the history
  • Loading branch information
yanavasileva committed Oct 17, 2023
1 parent 6734321 commit 421a81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/daily/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pipeline {
withNpm: true,
jdkVersion: 'jdk-17-latest')
script {
str = 's@:camunda-nexus:.*\$@:central:https://oss.sonatype.org/content/repositories/snapshots@g'
str = 's@:camunda-nexus:.*\\\$@:central:https://oss.sonatype.org/content/repositories/snapshots@g'
sh(label: 'Change staging from Nexus to Maven Central snapshots', script: 'sed -i ' + str + ' staging/deferred/.index')
}

Expand Down

0 comments on commit 421a81d

Please sign in to comment.