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