Update .forgejo/workflows/ci.yml
Some checks failed
Build Resilient App / build (push) Failing after 2s
Some checks failed
Build Resilient App / build (push) Failing after 2s
This commit is contained in:
parent
84e56586d3
commit
661e06cbd4
1 changed files with 2 additions and 4 deletions
|
@ -11,10 +11,8 @@ jobs:
|
|||
runs-on: [docker]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
run: |
|
||||
git clone "${CI_REPO_URL}" .
|
||||
git checkout "${CI_COMMIT_REF}"
|
||||
- name: Show working directory contents
|
||||
run: ls -la
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue