Update .github/workflows/Continues Integration.yaml
Some checks failed
Some checks failed
This commit is contained in:
parent
1fd55d2ed9
commit
f7a4e43bd6
5
.github/workflows/Continues Integration.yaml
vendored
5
.github/workflows/Continues Integration.yaml
vendored
@ -9,7 +9,6 @@ jobs:
|
||||
volumes:
|
||||
- /mnt/swarm/gitea/runner/cache:/cache
|
||||
steps:
|
||||
|
||||
- name: Checkout repository
|
||||
uses: ztimson/actions/git/checkout@develop
|
||||
|
||||
@ -35,7 +34,6 @@ jobs:
|
||||
volumes:
|
||||
- /mnt/swarm/gitea/runner/cache:/cache
|
||||
steps:
|
||||
|
||||
- name: Checkout repository
|
||||
uses: ztimson/actions/git/checkout@develop
|
||||
|
||||
@ -58,7 +56,6 @@ jobs:
|
||||
volumes:
|
||||
- /mnt/swarm/gitea/runner/cache:/cache
|
||||
steps:
|
||||
|
||||
- name: Checkout repository
|
||||
uses: ztimson/actions/git/checkout@develop
|
||||
|
||||
@ -75,9 +72,7 @@ jobs:
|
||||
|
||||
docker:
|
||||
name: Build docker image
|
||||
container: docker
|
||||
steps:
|
||||
|
||||
- name: Checkout repository
|
||||
uses: ztimson/actions/git/checkout@develop
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user