No need for sudo in the script, it's being called from .travis.yml

This commit is contained in:
Elijah Lazkani 2017-03-03 23:43:23 -05:00
parent 162e3dfb10
commit b6efefcfb2

View file

@ -1,3 +1,3 @@
#!/bin/bash
sudo salt-call --local --config=./ --state-output=changes grains.setvals "{ \"user\": \"$(whoami)\", \"group\": \"$(id -g -n $(whoami))\", \"homedir\": \"$HOME\" }"
salt-call --local --config=./ --state-output=changes grains.setvals "{ \"user\": \"$(whoami)\", \"group\": \"$(id -g -n $(whoami))\", \"homedir\": \"$HOME\" }"