Skip to content

Commit

Permalink
feat(ci/cd): use our own runner image
Browse files Browse the repository at this point in the history
DEVOPS-77
remdub committed Aug 1, 2024
1 parent eb456a0 commit 97f6551
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deb-test.yml
Original file line number Diff line number Diff line change
@@ -7,8 +7,7 @@ on:

jobs:
deb:
runs-on:
group: self-hosted
runs-on: gha-runners-teleservices
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -17,7 +16,7 @@ jobs:
run: |
echo VERSION=$(cat setup.py | grep "version =" | cut -d '"' -f 2 && echo "-" && date "+%Y%m%d%H%M%S" && echo "~" && echo ${{ github.sha }} | cut -c1-7 ) | tr -d [:space:] >> $GITHUB_ENV
- name: Deb build push and notify
uses: IMIO/gha/deb-build-push-notify@v3.2
uses: IMIO/gha/deb-build-push-notify@v3.7.2
with:
REPOSITORY_URL: ${{ secrets.NEXUS_BOOKWORM_TEST_URL }}
REPOSITORY_LOGIN: ${{ secrets.NEXUS_LOGIN }}
5 changes: 2 additions & 3 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
@@ -7,8 +7,7 @@ on:

jobs:
deb:
runs-on:
group: self-hosted
runs-on: gha-runners-teleservices
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -17,7 +16,7 @@ jobs:
run: |
echo VERSION=$(cat setup.py | grep "version =" | cut -d '"' -f 2 && echo "-" && date "+%Y%m%d%H%M%S" && echo "~" && echo ${{ github.sha }} | cut -c1-7 ) | tr -d [:space:] >> $GITHUB_ENV
- name: Deb build push and notify
uses: IMIO/gha/deb-build-push-notify@v3.2
uses: IMIO/gha/deb-build-push-notify@v3.7.2
with:
REPOSITORY_URL: ${{ secrets.NEXUS_BOOKWORM_URL }}
REPOSITORY_LOGIN: ${{ secrets.NEXUS_LOGIN }}

0 comments on commit 97f6551

Please sign in to comment.