Skip to content

Commit

Permalink
Fix provision.sh permission and GIT tag checkout (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojacques authored Mar 22, 2017
1 parent 002ca76 commit d5e3c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vagrant/provision/vars/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ oracle_java_zip_file : /tmp/jdk-8u25-linux-x64.tar.gz
oracle_java_folder : jdk1.8.0_25

# Branch / tag used when checking out the-app code and/or provisioning
github_branch: "refs/tags/v1.0"
github_branch: refs/tags/v1.0
# Github location of the project
github_url: "https://github.com/devops-dojo/the-app.git"

Expand Down
2 changes: 1 addition & 1 deletion vagrant/scripts/provision.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -xe
#!/bin/bash -x

# Local provisioning mode (host is Ansible controller)
if [ $1 = "--local" ]; then
Expand Down

0 comments on commit d5e3c8a

Please sign in to comment.