diff --git a/.woodpecker.yml b/.woodpecker.yml index f39119d..dbdd34a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,10 +3,9 @@ steps: build: image: chizeta/centos:8 + pull: true + user: test 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