Skip to content

Commit

Permalink
ci: s/replaceAll/replace/ (#15592)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsV2 authored Nov 3, 2023
1 parent 3d0c4c5 commit c3196b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkinsfiles/canary
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pipeline {
env.DATABASE_ID = "test-dbs-sierra-leone-dev-sql-gz"
} else {
env.IMAGE_TAG = env.GIT_BRANCH
branch = "-${env.GIT_BRANCH.replaceAll(".", "-")}"
branch = "-${env.GIT_BRANCH.replace(".", "-")}"

dir('scripts/databases') {
env.DATABASE_ID = sh(
Expand Down

0 comments on commit c3196b8

Please sign in to comment.