go
This commit is contained in:
parent
54914683ec
commit
8fc14b2a11
@ -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 >>'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user