Compare commits

..

No commits in common. "18128d2448f251366cba5e676fd4e36938a50fa9" and "45e3221b422285755ffda5681aff03f1a244821c" have entirely different histories.

2 changed files with 7 additions and 29 deletions

View File

@ -1,22 +0,0 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "mainline"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "kubuntuMainline"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "kubuntuJammy"

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: 'Checkout Jammy Repo'
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Get version
run: |
@ -19,7 +19,7 @@ jobs:
echo "release=${REL}" >> $GITHUB_ENV
- name: 'Checkout mainline Repo'
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: mainline
persist-credentials: false
@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: 'Checkout Jammy Repo'
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Get version
run: |
@ -52,7 +52,7 @@ jobs:
echo "release=${REL}" >> $GITHUB_ENV
- name: 'Checkout kubuntuJammy Repo'
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
ref: kubuntuJammy
persist-credentials: false
@ -74,7 +74,7 @@ jobs:
ISO:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Build
run: sudo ./build_in_docker.sh
@ -91,7 +91,7 @@ jobs:
echo "isotag=${VER}-${REL}" >> $GITHUB_ENV
- name: Upload iso artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v2
with:
name: mbp-ubuntu-${{ steps.tag.outputs.tag }}.z01
path: ${{ github.workspace }}/output/*
@ -122,7 +122,7 @@ jobs:
- name: Release
if: github.ref == 'refs/heads/jammy'
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v1
with:
#files: ${{ github.workspace }}/ISO/*.tar.gz
#files: ${{ github.workspace }}/ISO/*.iso