Skip to content

Commit 85bc223

Browse files
committed
Rename infrahub-git to task-worker
1 parent c6640f6 commit 85bc223

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,11 +776,11 @@ jobs:
776776

777777
- name: Display task worker 1 logs
778778
if: always()
779-
run: docker logs "${INFRAHUB_BUILD_NAME}-infrahub-git-1"
779+
run: docker logs "${INFRAHUB_BUILD_NAME}-task-worker-1"
780780

781781
- name: Display task worker 2 logs
782782
if: always()
783-
run: docker logs "${INFRAHUB_BUILD_NAME}-infrahub-git-2"
783+
run: docker logs "${INFRAHUB_BUILD_NAME}-task-worker-2"
784784

785785
- name: Display task manager logs
786786
if: always()

docs/docs/guides/repository.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ As a last step we have to create a `docker-compose.override.yml` file with the f
325325
```yaml
326326
---
327327
services:
328-
infrahub-git:
328+
task-worker:
329329
image: custom/infrahub:0.16.0
330330
```
331331
@@ -369,7 +369,7 @@ As a last step we have to create a `docker-compose.override.yml` file with the f
369369
```yaml
370370
---
371371
services:
372-
infrahub-git:
372+
task-worker:
373373
image: custom/infrahub:0.16.0
374374
```
375375

@@ -413,7 +413,7 @@ As a last step we have to create a `docker-compose.override.yml` file with the f
413413
```yaml
414414
---
415415
services:
416-
infrahub-git:
416+
task-worker:
417417
image: custom/infrahub:0.16.0
418418
```
419419

docs/docs/topics/local-demo-environment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ export INVOKE_PTY=0 to disable it completely
107107
It's recommended to check if all containers are still running using `invoke demo.status`. The 5 containers should be running and be present.
108108

109109
- If one is not running, you can try to restart it with `invoke demo.start`.
110-
- If the container is still not coming up, you can watch the logs with `docker logs <container name>` (the container name will include the name of the project and a number, i.e., `infrahub-infrahub-git-1` ).
110+
- If the container is still not coming up, you can watch the logs with `docker logs <container name>` (the container name will include the name of the project and a number, i.e., `infrahub-task-worker-1` ).
111111

112112
If some containers are still not coming up, it's recommended to start from a fresh install with `invoke demo.destroy`.

0 commit comments

Comments
 (0)