fixup
This commit is contained in:
@@ -27,11 +27,10 @@ jobs:
|
|||||||
git checkout ${{ gitea.sha }}
|
git checkout ${{ gitea.sha }}
|
||||||
|
|
||||||
- name: install gentoo config from repo
|
- name: install gentoo config from repo
|
||||||
run:
|
working-directory: gentoo-utils
|
||||||
working-directory: gentoo-utils
|
run: |
|
||||||
run: |
|
cp -rva .docker/etc/ /
|
||||||
cp -rva .docker/etc/ /
|
|
||||||
|
|
||||||
- name: checkout spawns overlay
|
- name: checkout spawns overlay
|
||||||
run: |
|
run: |
|
||||||
git clone https://jturnerusa.dev/cgit/ebuilds/ /var/db/repos/spawns
|
git clone https://jturnerusa.dev/cgit/ebuilds/ /var/db/repos/spawns
|
||||||
@@ -51,8 +50,7 @@ jobs:
|
|||||||
net-libs/nodejs
|
net-libs/nodejs
|
||||||
|
|
||||||
- name: run build and tests
|
- name: run build and tests
|
||||||
run:
|
working-directory: gentoo-utils
|
||||||
working-directory: gentoo-utils
|
|
||||||
run: |
|
run: |
|
||||||
./check.sh
|
./check.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user