woodpecker.yml: add and switch to test user
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
This commit is contained in:
parent
defc8d98e0
commit
36cdde8ea3
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ steps:
|
|||
build:
|
||||
image: chizeta/centos:8
|
||||
commands:
|
||||
- useradd test
|
||||
- su test
|
||||
- cd
|
||||
- source /opt/rh/gcc-toolset-9/enable
|
||||
- source /etc/profile.d/modules.sh
|
||||
- module use --append /usr/share/modulefiles
|
||||
|
|
Loading…
Reference in a new issue