test: remove failure on purpose
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 4s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 8s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 6s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 3s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 2s
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 4s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 8s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 6s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 3s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 2s
This commit is contained in:
@@ -89,9 +89,7 @@ jobs:
|
|||||||
docker tag ${DOCKER_IMAGE}:${{ needs.Check-Rebuild.outputs.latest_hugo_version }} ${DOCKER_IMAGE}:latest
|
docker tag ${DOCKER_IMAGE}:${{ needs.Check-Rebuild.outputs.latest_hugo_version }} ${DOCKER_IMAGE}:latest
|
||||||
|
|
||||||
Deploy-Staging:
|
Deploy-Staging:
|
||||||
needs:
|
needs: [Check-Rebuild, Build]
|
||||||
- Check-Rebuild
|
|
||||||
- Build
|
|
||||||
if: always() && needs.Check-Rebuild.result == 'success' && (needs.Build.result == 'skipped' || needs.Build.result == 'success')
|
if: always() && needs.Check-Rebuild.result == 'success' && (needs.Build.result == 'skipped' || needs.Build.result == 'success')
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
@@ -128,7 +126,6 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo "✅ Service is healthy"
|
echo "✅ Service is healthy"
|
||||||
exit 1
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
Merge:
|
Merge:
|
||||||
@@ -186,10 +183,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
Clean:
|
Clean:
|
||||||
needs:
|
needs: [Check-Rebuild, Build, Test-Production]
|
||||||
- Check-Rebuild
|
|
||||||
- Build
|
|
||||||
- Test-Production
|
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
Reference in New Issue
Block a user