ci: merge test+build+push into single pipeline #1
@@ -25,7 +25,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git init
|
git init
|
||||||
git remote add origin https://forgejo.riotpiao.com/rock/poimen-workflows.git
|
git remote add origin https://forgejo.riotpiao.com/rock/poimen-workflows.git
|
||||||
git fetch origin ${{ github.ref_name }} --depth=1
|
git fetch origin ${{ github.head_ref || github.ref_name }} --depth=1
|
||||||
git checkout FETCH_HEAD
|
git checkout FETCH_HEAD
|
||||||
|
|
||||||
- name: Download dependencies
|
- name: Download dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user