re-run deploy stage only
All checks were successful
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) Successful in 31s
All checks were successful
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) Successful in 31s
This commit is contained in:
parent
1c542bfca7
commit
f9e0a790e5
1 changed files with 5 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
test-backend:
|
||||
runs-on: [ci]
|
||||
# if: false
|
||||
if: false
|
||||
|
||||
# Point all steps at the host's rootless Podman socket
|
||||
env:
|
||||
|
|
@ -128,7 +128,7 @@ jobs:
|
|||
|
||||
test-frontend:
|
||||
runs-on: [ci]
|
||||
# if: false
|
||||
if: false
|
||||
needs: test-backend
|
||||
|
||||
steps:
|
||||
|
|
@ -140,7 +140,7 @@ jobs:
|
|||
|
||||
build-backend:
|
||||
runs-on: [ci]
|
||||
# if: false
|
||||
if: false
|
||||
needs: [test-backend, test-frontend]
|
||||
# needs: [test-frontend]
|
||||
|
||||
|
|
@ -176,7 +176,7 @@ jobs:
|
|||
|
||||
build-frontend:
|
||||
runs-on: [ci]
|
||||
# if: false
|
||||
if: false
|
||||
needs: [test-backend, test-frontend]
|
||||
# needs: [test-frontend]
|
||||
|
||||
|
|
@ -213,7 +213,7 @@ jobs:
|
|||
deploy-prod:
|
||||
runs-on: [prod]
|
||||
# needs: [build-frontend]
|
||||
needs: [build-backend, build-frontend]
|
||||
# needs: [build-backend, build-frontend]
|
||||
|
||||
env:
|
||||
CONTAINER_HOST: unix:///run/user/1001/podman/podman.sock
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue