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]
|
runs-on: [docker]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Show working directory contents
|
||||||
run: |
|
run: ls -la
|
||||||
git clone "${CI_REPO_URL}" .
|
|
||||||
git checkout "${CI_COMMIT_REF}"
|
|
||||||
|
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue