mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Merge pull request #374 from georgejhunt/fedora
let testing occur on a fedora VM
This commit is contained in:
commit
4e4926255f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if [ ! -f ./vars/local_vars.yml ]; then
|
||||||
OS=${OS//\"/}
|
OS=${OS//\"/}
|
||||||
|
|
||||||
case $OS in
|
case $OS in
|
||||||
OLPC)
|
OLPC | fedora)
|
||||||
cp ./vars/olpc.localvars ./vars/local_vars.yml
|
cp ./vars/olpc.localvars ./vars/local_vars.yml
|
||||||
;;
|
;;
|
||||||
centos | debian | ubuntu | raspbian)
|
centos | debian | ubuntu | raspbian)
|
||||||
|
|
Loading…
Reference in a new issue