Skip to content

Commit

Permalink
Revert "The minion, needs to be synced first?"
Browse files Browse the repository at this point in the history
This reverts commit 8b12dd7.
  • Loading branch information
s0undt3ch committed Dec 9, 2013
1 parent 8b12dd7 commit 3304fe3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/jenkins.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,8 @@ def run(opts):

cmd = (
'salt-cloud -l debug --script-args "-D -n git {commit}" '
'--start-action \'saltutil.sync_all && salt-call -l '
'state.sls {sls} pillar="{pillar}" --no-color\' '
'-p {provider}_{platform} {0}'.format(
'--start-action \'-l debug state.sls {sls} pillar="{pillar}" '
'--no-color\' -p {provider}_{platform} {0}'.format(
vm_name,
sls=opts.sls,
pillar=opts.pillar.format(commit=opts.commit),
Expand Down

0 comments on commit 3304fe3

Please sign in to comment.