CI: script-tidying
This commit is contained in:
parent
74a5d76145
commit
445f1c0f56
7
.github/workflows/nightly-neon.yml
vendored
7
.github/workflows/nightly-neon.yml
vendored
@ -23,11 +23,10 @@ jobs:
|
|||||||
uses: calamares/actions/generic-checkout@v5
|
uses: calamares/actions/generic-checkout@v5
|
||||||
- name: "install dependencies"
|
- name: "install dependencies"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: ./ci/deps-neon.sh
|
||||||
./ci/deps-neon.sh
|
|
||||||
- name: "build"
|
- name: "build"
|
||||||
id: build
|
shell: bash
|
||||||
uses: calamares/actions/generic-build@v4
|
run: ./ci/build.sh
|
||||||
- name: "Calamares: archive"
|
- name: "Calamares: archive"
|
||||||
working-directory: ${{ env.BUILDDIR }}
|
working-directory: ${{ env.BUILDDIR }}
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/nightly-opensuse.yml
vendored
2
.github/workflows/nightly-opensuse.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
image: docker://opensuse/tumbleweed
|
image: docker://opensuse/tumbleweed
|
||||||
options: --tmpfs /build:rw --user 0:0
|
options: --tmpfs /build:rw --user 0:0
|
||||||
steps:
|
steps:
|
||||||
- name: "prepare env"
|
- name: "prepare git"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: zypper --non-interactive in git-core jq curl
|
run: zypper --non-interactive in git-core jq curl
|
||||||
- name: "prepare source"
|
- name: "prepare source"
|
||||||
|
Loading…
Reference in New Issue
Block a user