test deployment to prod
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Has been skipped
Podman Rootless Demo / deploy-prod (push) Failing after 40s
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Has been skipped
Podman Rootless Demo / deploy-prod (push) Failing after 40s
This commit is contained in:
parent
550c4f881e
commit
ce1b04b8dd
1 changed files with 2 additions and 2 deletions
|
|
@ -176,7 +176,7 @@ jobs:
|
||||||
|
|
||||||
build-frontend:
|
build-frontend:
|
||||||
runs-on: [ci]
|
runs-on: [ci]
|
||||||
# if: false
|
if: false
|
||||||
# needs: [test-backend, test-frontend]
|
# needs: [test-backend, test-frontend]
|
||||||
# needs: [test-frontend]
|
# needs: [test-frontend]
|
||||||
|
|
||||||
|
|
@ -239,7 +239,7 @@ jobs:
|
||||||
runs-on: [prod]
|
runs-on: [prod]
|
||||||
# needs: [build-backend]
|
# needs: [build-backend]
|
||||||
# needs: [build-frontend]
|
# needs: [build-frontend]
|
||||||
needs: [build-backend, build-frontend]
|
# needs: [build-backend, build-frontend]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CONTAINER_HOST: unix:///run/user/1001/podman/podman.sock
|
CONTAINER_HOST: unix:///run/user/1001/podman/podman.sock
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue