This commit is contained in:
Wryn (yage) Wagner 2024-04-13 21:02:18 -06:00
parent 54914683ec
commit 8fc14b2a11

View File

@ -27,8 +27,6 @@ commands:
archlinux-run: archlinux-run:
description: execute command steps in the archlinux container from the CI user description: execute command steps in the archlinux container from the CI user
parameters: parameters:
name:
type: string
command: command:
type: string type: string
working_directory: working_directory:
@ -36,7 +34,6 @@ commands:
default: /home/ci default: /home/ci
steps: steps:
- run: - run:
name: << parameters.name >>
working_directory: << parameters.working_directory >> working_directory: << parameters.working_directory >>
command: su ci -c '<< parameters.command >>' command: su ci -c '<< parameters.command >>'