Skip to content

Commit

Permalink
ci: Make repetitive command the default one
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 23, 2023
1 parent 317a4c4 commit cce0456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .github/actions/run-in-docker-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ inputs:
required: true
command:
description: 'A command to run in a container'
required: true
required: false
default: ./ci/ci.sh
runs:
using: "composite"
steps:
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ jobs:
with:
dockerfile: ./ci/linux-debian.Dockerfile
tag: linux-debian-image
command: >
./ci/ci.sh

- run: cat tests.log || true
if: ${{ always() }}
Expand Down Expand Up @@ -154,8 +152,6 @@ jobs:
with:
dockerfile: ./ci/linux-debian.Dockerfile
tag: linux-debian-image
command: >
./ci/ci.sh

- run: cat tests.log || true
if: ${{ always() }}
Expand Down Expand Up @@ -200,8 +196,6 @@ jobs:
with:
dockerfile: ./ci/linux-debian.Dockerfile
tag: linux-debian-image
command: >
./ci/ci.sh

- run: cat tests.log || true
if: ${{ always() }}
Expand Down Expand Up @@ -254,8 +248,6 @@ jobs:
with:
dockerfile: ./ci/linux-debian.Dockerfile
tag: linux-debian-image
command: >
./ci/ci.sh

- run: cat tests.log || true
if: ${{ always() }}
Expand Down Expand Up @@ -300,8 +292,6 @@ jobs:
with:
dockerfile: ./ci/linux-debian.Dockerfile
tag: linux-debian-image
command: >
./ci/ci.sh

- run: cat tests.log || true
if: ${{ always() }}
Expand Down Expand Up @@ -346,8 +336,6 @@ jobs:
with:
dockerfile: ./ci/linux-debian.Dockerfile
tag: linux-debian-image
command: >
./ci/ci.sh

- run: cat tests.log || true
if: ${{ always() }}
Expand Down Expand Up @@ -402,8 +390,6 @@ jobs:
with:
dockerfile: ./ci/linux-debian.Dockerfile
tag: linux-debian-image
command: >
./ci/ci.sh

- run: cat tests.log || true
if: ${{ always() }}
Expand Down Expand Up @@ -459,8 +445,6 @@ jobs:
with:
dockerfile: ./ci/linux-debian.Dockerfile
tag: linux-debian-image
command: >
./ci/ci.sh

- run: cat tests.log || true
if: ${{ always() }}
Expand Down Expand Up @@ -517,8 +501,6 @@ jobs:
with:
dockerfile: ./ci/linux-debian.Dockerfile
tag: linux-debian-image
command: >
./ci/ci.sh

- run: cat tests.log || true
if: ${{ always() }}
Expand Down Expand Up @@ -573,8 +555,6 @@ jobs:
with:
dockerfile: ./ci/linux-debian.Dockerfile
tag: linux-debian-image
command: >
./ci/ci.sh

- run: cat tests.log || true
if: ${{ always() }}
Expand Down Expand Up @@ -736,8 +716,6 @@ jobs:
with:
dockerfile: ./ci/linux-debian.Dockerfile
tag: linux-debian-image
command: >
./ci/ci.sh

- run: cat tests.log || true
if: ${{ always() }}
Expand Down

0 comments on commit cce0456

Please sign in to comment.