ci: Make repetitive command the default one

This commit is contained in:
Hennadii Stepanov 2023-08-23 21:31:57 +01:00
parent 317a4c48f0
commit cce0456304
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F
2 changed files with 2 additions and 23 deletions

View File

@ -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:

View File

@ -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() }}
@ -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() }}
@ -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() }}
@ -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() }}
@ -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() }}
@ -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() }}
@ -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() }}
@ -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() }}
@ -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() }}
@ -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() }}
@ -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() }}