Skip to content

Commit

Permalink
Merge pull request projectcalico#18 from heschlie/semaphore-fixes
Browse files Browse the repository at this point in the history
Fixing semaphore
  • Loading branch information
tomdee authored Jun 22, 2017
2 parents e18bfb9 + c5bf037 commit 402c52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

get_templates() {
echo "Getting latest confd templates from calicoctl repo"
git clone https://github.com/projectcalico/calicoctl.git /calicoctl
ln -s /calicoctl/calico_node/filesystem/etc/calico/ /etc/calico
git clone https://github.com/projectcalico/calico.git /node-repo
ln -s /node-repo/calico_node/filesystem/etc/calico/ /etc/calico

echo "Building initial toml files"
# This is pulled from the calico_node rc.local script, it generates these three
Expand Down

0 comments on commit 402c52f

Please sign in to comment.