File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ container:boot:sagittarius:grpc:
7777 - bundle install
7878 - !reference [.container:boot:sagittarius, before_script]
7979 script :
80- - scripts /grpc_check_health --host docker:50051 --service liveness --retries 20
81- - scripts /grpc_check_health --host docker:50051 --service readiness --retries 20
80+ - support /grpc_check_health --host docker:50051 --service liveness --retries 20
81+ - support /grpc_check_health --host docker:50051 --service readiness --retries 20
8282
8383container:boot:aquila :
8484 extends :
@@ -124,7 +124,7 @@ container:boot:aquila:
124124 bin/grpc_server
125125 - docker ps --all
126126 - docker logs -f sagittarius &
127- - scripts /grpc_check_health --host docker:50051 --service readiness --retries 20
127+ - support /grpc_check_health --host docker:50051 --service readiness --retries 20
128128 - >
129129 docker run
130130 --detach
@@ -139,5 +139,5 @@ container:boot:aquila:
139139 --publish 8081:8081
140140 $AQUILA_IMAGE
141141 - docker logs -f aquila &
142- - scripts /grpc_check_health --host docker:8081 --service liveness --retries 20
143- - scripts /grpc_check_health --host docker:8081 --service readiness --retries 20
142+ - support /grpc_check_health --host docker:8081 --service liveness --retries 20
143+ - support /grpc_check_health --host docker:8081 --service readiness --retries 20
Original file line number Diff line number Diff line change 44 image : ghcr.io/code0-tech/build-images/reticulum-builder:177.1-ruby-3.2.2
55 stage : container
66 script :
7- - source scripts /helpers.sh
7+ - source support /helpers.sh
88 - docker_login
99 - ' image=$(echo "$CI_JOB_NAME" | cut -d : -f 2)'
1010 - ' [ -z "$NEED_PROJECT_DOWNLOAD" ] || download_project $image'
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments