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