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:
parent
4cb8fa0186
commit
9e76941ffa
@ -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
|
Loading…
Reference in New Issue
Block a user