mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
.github/workflows: shorten step list.
This makes CI results more concise.
This commit is contained in:
parent
8d9069b43a
commit
9d64f0940e
1 changed files with 7 additions and 6 deletions
13
.github/workflows/build.yaml
vendored
13
.github/workflows/build.yaml
vendored
|
@ -62,13 +62,14 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 200
|
fetch-depth: 200
|
||||||
- name: Create hostrepo
|
- name: Create hostrepo and prepare masterdir
|
||||||
run: ln -s "$(pwd)" /hostrepo
|
run: |
|
||||||
- run: common/travis/set_mirror.sh
|
ln -s "$(pwd)" /hostrepo &&
|
||||||
- run: common/travis/prepare.sh
|
common/travis/set_mirror.sh &&
|
||||||
- run: common/travis/fetch_upstream.sh
|
common/travis/prepare.sh &&
|
||||||
|
common/travis/fetch_upstream.sh &&
|
||||||
|
common/travis/fetch-xtools.sh
|
||||||
- run: common/travis/changed_templates.sh
|
- run: common/travis/changed_templates.sh
|
||||||
- run: common/travis/fetch-xtools.sh
|
|
||||||
- name: Remove git after checkout to not interfere with build
|
- name: Remove git after checkout to not interfere with build
|
||||||
run: xbps-remove -yR git
|
run: xbps-remove -yR git
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue