mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 08:15:18 +00:00
Another attempt to fix PAM auth
This commit is contained in:
parent
b0f5306297
commit
316fe7aba0
@ -14,8 +14,8 @@ install:
|
||||
script:
|
||||
- sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1'
|
||||
- sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1'
|
||||
- sudo usermod -a -G shadow $USER
|
||||
- sudo -E su $USER -c 'py.test --cov-report xml --cov=certidude tests/'
|
||||
- sudo chmod 755 /etc/shadow
|
||||
- py.test --cov-report xml --cov=certidude tests/
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
|
Loading…
Reference in New Issue
Block a user