Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k committed Jan 17, 2024
1 parent 60b14e5 commit d86dc16
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
sofia_build_rpm:
name: 'Build RPM'
uses: signalwire/actions-template/.github/workflows/ci-rpm-packages.yml@main
uses: s3rj1k/actions-template/.github/workflows/ci-rpm-packages.yml@cicd
with:
PROJECT_NAME: sofia-sip
RUNNER: ubuntu-latest
Expand All @@ -24,7 +24,7 @@ jobs:

sofia_build_deb:
name: 'Build DEB'
uses: signalwire/actions-template/.github/workflows/ci-deb-packages-v2.yml@main
uses: s3rj1k/actions-template/.github/workflows/ci-deb-packages-v2.yml@cicd
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- rpm
platform:
- amd64
uses: signalwire/actions-template/.github/workflows/ci-libs-metadata-v2.yml@main
uses: s3rj1k/actions-template/.github/workflows/ci-libs-metadata-v2.yml@cicd
with:
ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.platform }}-artifact
OS_PLATFORM: ${{ matrix.os }}-${{ matrix.platform }}
Expand All @@ -74,7 +74,7 @@ jobs:
platform:
- amd64
- armhf
uses: signalwire/actions-template/.github/workflows/ci-libs-metadata-v2.yml@main
uses: s3rj1k/actions-template/.github/workflows/ci-libs-metadata-v2.yml@cicd
with:
ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }}-artifact
OS_PLATFORM: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }}
Expand All @@ -91,7 +91,7 @@ jobs:
- rpm
platform:
- amd64
uses: signalwire/actions-template/.github/workflows/cd-scp.yml@main
uses: s3rj1k/actions-template/.github/workflows/cd-scp.yml@cicd
with:
ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.platform }}-artifact
TARGET_FOLDER: /var/www/sofia-${{ matrix.os }}-${{ matrix.platform }}/${{ github.run_id }}-${{ github.run_number }}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
platform:
- amd64
- armhf
uses: signalwire/actions-template/.github/workflows/cd-scp.yml@main
uses: s3rj1k/actions-template/.github/workflows/cd-scp.yml@cicd
with:
ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }}-artifact
TARGET_FOLDER: /var/www/sofia-${{ matrix.os }}-${{ matrix.platform }}/${{ github.run_id }}-${{ github.run_number }}
Expand All @@ -146,7 +146,7 @@ jobs:
- rpm
platform:
- amd64
uses: signalwire/actions-template/.github/workflows/cd-libs-metadata.yml@main
uses: s3rj1k/actions-template/.github/workflows/cd-libs-metadata.yml@cicd
with:
ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.platform }}-meta
LIB_NAME: sofia-sip
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
platform:
- amd64
- armhf
uses: signalwire/actions-template/.github/workflows/cd-libs-metadata.yml@main
uses: s3rj1k/actions-template/.github/workflows/cd-libs-metadata.yml@cicd
with:
ARTIFACT_NAME: ${{ matrix.os }}-${{ matrix.codename }}-${{ matrix.platform }}-meta
LIB_NAME: sofia-sip
Expand All @@ -195,7 +195,7 @@ jobs:
permissions: write-all
name: 'Copy hash to remote RPM'
needs: [ distribute_meta_rpm ]
uses: signalwire/actions-template/.github/workflows/cd-scp.yml@main
uses: s3rj1k/actions-template/.github/workflows/cd-scp.yml@cicd
strategy:
matrix:
os:
Expand All @@ -216,7 +216,7 @@ jobs:
permissions: write-all
name: 'Copy hash to remote DEB'
needs: [ distribute_meta_deb ]
uses: signalwire/actions-template/.github/workflows/cd-scp.yml@main
uses: s3rj1k/actions-template/.github/workflows/cd-scp.yml@cicd
strategy:
matrix:
os:
Expand Down

0 comments on commit d86dc16

Please sign in to comment.