mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +00:00 
			
		
		
		
	tests: Install dependencies system-wide
This commit is contained in:
		| @@ -11,9 +11,9 @@ install: | |||||||
|   - echo "127.0.0.1 localhost" | sudo tee /etc/hosts |   - echo "127.0.0.1 localhost" | sudo tee /etc/hosts | ||||||
|   - echo "127.0.0.1 ca.example.lan ca" | sudo tee -a /etc/hosts |   - echo "127.0.0.1 ca.example.lan ca" | sudo tee -a /etc/hosts | ||||||
|   - echo "127.0.0.1 vpn.koodur.lan" | sudo tee -a /etc/hosts |   - echo "127.0.0.1 vpn.koodur.lan" | sudo tee -a /etc/hosts | ||||||
|   - pip install -r requirements.txt |   - sudo pip install -r requirements.txt | ||||||
|   - pip install codecov pytest-cov |   - sudo pip install codecov pytest-cov | ||||||
|   - pip install --editable . |   - sudo pip install --editable . | ||||||
| script: | script: | ||||||
|   - sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' |   - sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' | ||||||
|   - sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' |   - sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user