this repo has no description
0
fork

Configure Feed

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

style: silent make targets

+6 -6
+6 -6
Makefile
··· 10 10 11 11 infra: compose 12 12 # TODO multiple env 13 - temporal workflow start \ 13 + @temporal workflow start \ 14 14 --workflow-id infra-manual \ 15 15 --task-queue cloudlab \ 16 16 --type Infra \ 17 17 --input '{ "url": "https://github.com/khuedoan/cloudlab", "revision": "master", "stack": "local" }' 18 - temporal workflow result --workflow-id infra-manual 18 + @temporal workflow result --workflow-id infra-manual 19 19 20 20 platform: 21 21 # TODO multiple env 22 - temporal workflow start \ 22 + @temporal workflow start \ 23 23 --workflow-id platform-manual \ 24 24 --task-queue cloudlab \ 25 25 --type Platform \ 26 26 --input '{ "url": "https://github.com/khuedoan/cloudlab", "revision": "master", "registry": "registry.127.0.0.1.sslip.io", "cluster": "local" }' 27 - temporal workflow result --workflow-id platform-manual 27 + @temporal workflow result --workflow-id platform-manual 28 28 29 29 apps: 30 30 # TODO multiple env 31 - temporal workflow start \ 31 + @temporal workflow start \ 32 32 --workflow-id apps-manual \ 33 33 --task-queue cloudlab \ 34 34 --type Apps \ 35 35 --input '{ "url": "https://github.com/khuedoan/cloudlab", "revision": "master", "registry": "registry.127.0.0.1.sslip.io", "cluster": "local" }' 36 - temporal workflow result --workflow-id apps-manual 36 + @temporal workflow result --workflow-id apps-manual 37 37 38 38 test: 39 39 cd controller && go test ./...