debug: sleep 1000
This commit is contained in:
parent
3ea484b8b3
commit
d139e28ea1
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ jobs:
|
|||
container:
|
||||
image: alpine:latest
|
||||
steps:
|
||||
- run: sleep 1000
|
||||
- name: Environment setup
|
||||
run: apk add nodejs git xz gzip dotnet6-sdk sed
|
||||
- name: Repo pull
|
||||
|
|
|
@ -11,6 +11,7 @@ jobs:
|
|||
container:
|
||||
image: 'docker.io/node:20-bookworm'
|
||||
steps:
|
||||
- run: sleep 1000
|
||||
- name: git mirror branches {v*/,}* & tags
|
||||
run: |
|
||||
git init --bare .
|
||||
|
|
Loading…
Add table
Reference in a new issue