this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: GitHub-less bootstrap

Change-Id: Ifc5bd301a6d7270b7ddfe7ed24ff596f5298b40f

Khue Doan f2fad410 9ed5051b

+4 -3
+3 -3
Makefile
··· 14 14 --workflow-id infra-manual \ 15 15 --task-queue cloudlab \ 16 16 --type Infra \ 17 - --input '{ "url": "https://github.com/khuedoan/cloudlab", "revision": "master", "stack": "local" }' 17 + --input '{ "url": "/usr/local/src/cloudlab", "revision": "master", "stack": "local" }' 18 18 @temporal workflow result --workflow-id infra-manual 19 19 20 20 platform: ··· 23 23 --workflow-id platform-manual \ 24 24 --task-queue cloudlab \ 25 25 --type Platform \ 26 - --input '{ "url": "https://github.com/khuedoan/cloudlab", "revision": "master", "registry": "registry.127.0.0.1.sslip.io", "cluster": "local" }' 26 + --input '{ "url": "/usr/local/src/cloudlab", "revision": "master", "registry": "registry.127.0.0.1.sslip.io", "cluster": "local" }' 27 27 @temporal workflow result --workflow-id platform-manual 28 28 29 29 apps: ··· 32 32 --workflow-id apps-manual \ 33 33 --task-queue cloudlab \ 34 34 --type Apps \ 35 - --input '{ "url": "https://github.com/khuedoan/cloudlab", "revision": "master", "registry": "registry.127.0.0.1.sslip.io", "cluster": "local" }' 35 + --input '{ "url": "/usr/local/src/cloudlab", "revision": "master", "registry": "registry.127.0.0.1.sslip.io", "cluster": "local" }' 36 36 @temporal workflow result --workflow-id apps-manual 37 37 38 38 test:
+1
compose.yaml
··· 33 33 # TODO remove this shit 34 34 - ssh-config:/root/.ssh 35 35 - git-config:/root/.config/git 36 + - .:/usr/local/src/cloudlab 36 37 environment: 37 38 TEMPORAL_HOST: localhost:7233 38 39 TG_NON_INTERACTIVE: true