1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-12-22 16:25:17 +00:00

Another attempt to fix PAM auth

This commit is contained in:
Lauri Võsandi 2017-04-25 22:29:49 +03:00
parent b0f5306297
commit 316fe7aba0

View File

@ -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