Skip to content

Commit

Permalink
Update release_branches.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MyroTk authored Oct 5, 2023
1 parent ad60dea commit af8749e
Showing 1 changed file with 3 additions and 34 deletions.
37 changes: 3 additions & 34 deletions .github/workflows/release_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,37 +28,6 @@ on: # yamllint disable-line rule:truthy

jobs:
app:
# strategy:
# fail-fast: false
# matrix:
# animal: [cat, dog, big_cat]
# arch: [arm, x86]
# include:
# - arch: arm
# server: cax41
# - arch: x86
# server: cx41
# runs-on: [self-hosted, on-demand, 'type-${{ matrix.server }}', 'image-${{ matrix.arch }}-app-docker-ce']
runs-on: [self-hosted, on-demand, 'type-cx41', 'image-x86-app-docker-ce']
steps:
# - name: Clear repository
# shell: bash
# run: |
# sudo rm -fr "$GITHUB_WORKSPACE" && mkdir "$GITHUB_WORKSPACE"
# - name: Check out repository code
# uses: actions/checkout@v3
# with:
# fetch-depth: 0
# token: ${{ github.token }}
# - uses: ./.github/actions/checkout
# with:
# submodules: true
# fetch-depth: 0
- name: Checkout
uses: Altinity/checkout@80d804038438bd4e2a85514d5bcb3bfcb21f2511
with:
clear-repository: true
- name: Check arch
run: uname -i
# - name: Check animal
# run: echo ${{ matrix.animal }}
runs-on: [self-hosted, style-checker, on-demand, type-cpx51, image-x86-app-docker-ce]]
- name: Docker info
run: docker info

0 comments on commit af8749e

Please sign in to comment.