Skip to content

Commit

Permalink
ci: s/replaceAll/replace/ (#15591)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsV2 authored Nov 3, 2023
1 parent a9d7ab6 commit 020cbaa
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 020cbaa

Please sign in to comment.