Skip to content

Commit

Permalink
ci: im-play/dev [2.40] (#15508)
Browse files Browse the repository at this point in the history
* im-play/dev (#15481)

* chore: deploy all supported dev branches [skip ci]

* chore: use database slug rather than retrieving id [skip ci]

* chore: clean up [skip ci]

* chore: fix indent [skip ci]

* chore: set image tag based on the branch [skip ci]

* chore: test with 2.40

* chore: dns_rfc1035 can't start with numeric char

* chore: misc. clean up

(cherry picked from commit 90f5d0f)
Signed-off-by: TonsV2 <[email protected]>

* ci: strip dash if master (#15498)

Signed-off-by: TonsV2 <[email protected]>
(cherry picked from commit 3a36b68)

* chore: s/replaceAll/replace/

Signed-off-by: TonsV2 <[email protected]>

---------

Signed-off-by: TonsV2 <[email protected]>
  • Loading branch information
tonsV2 authored Oct 27, 2023
1 parent 42ccaeb commit c2900b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkinsfiles/dev
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,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 c2900b0

Please sign in to comment.