Skip to content

Commit

Permalink
fix answer file location
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Maxwell committed Sep 17, 2015
1 parent 7630d32 commit 186bf68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/rancher/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

cat > /rancher-answers.json<<EOF
cat > ./rancher-answers.json<<EOF
{
"default": {
"key": "foobar",
Expand Down Expand Up @@ -29,7 +29,7 @@ cat > /rancher-answers.json<<EOF
}
}
EOF
rancher-metadata -listen 127.0.0.1:8080 --answers /rancher-answers.json &
rancher-metadata -listen 127.0.0.1:8080 --answers ./rancher-answers.json &

confd --onetime --log-level debug --prefix /2015-07-25 --confdir ./integration/confdir --backend rancher --node 127.0.0.1:8080 --watch
if [ $? -eq 0 ]
Expand Down

0 comments on commit 186bf68

Please sign in to comment.