1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 06:51:58 +01:00

updated travis and docker config

This commit is contained in:
eoli3n 2020-05-13 23:33:26 +02:00
parent 4cb8fa0186
commit 9e76941ffa
3 changed files with 2 additions and 16 deletions

@ -12,4 +12,3 @@ install:
script:
- docker run archlinux/dotfiles ansible-playbook -i docker/archlinux/hosts install.yml
#- docker run archlinux/dotfiles dotfiles/docker/archlinux/test.sh

@ -1,15 +1,7 @@
## Build and run Locally
### Build and run Locally
```
git clone https://github.com/eoli3n/dotfiles
cd dotfiles
git checkout <master|dev>
sudo docker build -t archlinux/dotfiles -f docker/archlinux/Dockerfile .
sudo docker run -t archlinux/dotfiles
docker run archlinux/dotfiles ansible-playbook -i docker/archlinux/hosts install.yml
```
## User
Login : ``test``
Password : ``test``
## Use automated online builds
Soon

@ -1,5 +0,0 @@
#!/bin/bash
if grep 'failed=1' ~/dotfiles/ansible.log
then
exit 1
fi