.woodpecker.yml: try fix
This commit is contained in:
parent
36cdde8ea3
commit
4de726aa77
1 changed files with 2 additions and 3 deletions
|
@ -3,10 +3,9 @@
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: chizeta/centos:8
|
image: chizeta/centos:8
|
||||||
|
pull: true
|
||||||
|
user: test
|
||||||
commands:
|
commands:
|
||||||
- useradd test
|
|
||||||
- su test
|
|
||||||
- cd
|
|
||||||
- source /opt/rh/gcc-toolset-9/enable
|
- source /opt/rh/gcc-toolset-9/enable
|
||||||
- source /etc/profile.d/modules.sh
|
- source /etc/profile.d/modules.sh
|
||||||
- module use --append /usr/share/modulefiles
|
- module use --append /usr/share/modulefiles
|
||||||
|
|
Loading…
Reference in a new issue