Skip to content

Commit 444a471

Browse files
committed
Move from scripts to support
1 parent c6a20c1 commit 444a471

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.gitlab/ci/container-boot.gitlab-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

8383
container: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

.gitlab/ci/container-build.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.

0 commit comments

Comments
 (0)