Skip to content

Commit

Permalink
🎉 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Apr 3, 2017
1 parent 4bfd9bc commit 9e2a08a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WordPress-Scripts Changelog

## 1.0.0 - 01.04.2017
## 1.0.0 - 03.04.2017

### Added
* Initial release
Expand Down
4 changes: 0 additions & 4 deletions scripts/common/common_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
# @since 1.0.0
# @license MIT

# WordPress paths; ; paths should always have a trailing /
LOCAL_WP_FILES_PATH=${LOCAL_ROOT_PATH}"${GLOBAL_WP_PATH}storage/"
REMOTE_WP_FILES_PATH=${REMOTE_ROOT_PATH}"${GLOBAL_WP_PATH}storage/"

# Commands to output database dumps, using gunzip -c instead of zcat for MacOS X compatibility
DB_ZCAT_CMD="gunzip -c"
DB_CAT_CMD="cat"
Expand Down
6 changes: 0 additions & 6 deletions scripts/pull_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,5 @@ do
echo "*** Synced assets from ${REMOTE_ASSETS_PATH}${DIR}"
done

# Make sure the WordPress files directory exists
if [[ ! -d "${LOCAL_WP_FILES_PATH}" ]] ; then
echo "Creating WordPress files directory ${LOCAL_WP_FILES_PATH}"
mkdir -p "${LOCAL_WP_FILES_PATH}"
fi

# Normal exit
exit 0

0 comments on commit 9e2a08a

Please sign in to comment.