Skip to content

Commit

Permalink
🐛 Fixed up the git commit not happening in correct folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed Jun 9, 2018
1 parent 6edaafc commit 9399522
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
os: osx
# matrix:
# include:
# - os: osx
# osx_image: xcode9.3
# - os: osx
# osx_image: xcode9.2
# - os: osx
# osx_image: xcode8
# - os: osx
# osx_image: xcode6.4
matrix:
include:
- os: osx
osx_image: xcode9.3
- os: osx
osx_image: xcode9.2
- os: osx
osx_image: xcode8
- os: osx
osx_image: xcode6.4
# before_install:
# - xcode-select --install
script:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ version released to date.
- `add_domains`
- `apache_config.sh`
- Fixed the extraction directory for phpMyAdmin in `thirdparty_install.sh`.
- [#enhancement](#enhancement)
- `brew_startup` added to `brew` script.
- Added older versions of `macOS` for Travis to build against.


## Version 0.5.1 (09/06/2018)
Expand Down
2 changes: 2 additions & 0 deletions scripts/git_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ git_setup ()
echo -e " ---------------------------------------------- ${NOC}\n" >&2
cp -R $source/git $websites/${domain}
ls -lha $websites/${domain}
cd $websites/${domain}
git add -A
git commit -m "Created git structure, .github template and initial project commit."
cd
printf "\n${GRN}\xE2\x9C\x94${NOC} ${CYA}Successfully created files and
committed changes.${NOC}\n"
}
Expand Down

0 comments on commit 9399522

Please sign in to comment.