Skip to content

Commit

Permalink
t push origin masterMerge branch 'fix-package'
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Nov 15, 2017
2 parents 26ca8a2 + f59aa49 commit 2f26ae1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ rm -f Gemfile.lock
rm -f Movefile
rm -f Rakefile
rm -fr vendor
rm -fr wp-cli
rm -f wp-cli.yml

cat <<EOF > .gitignore
.DS_Store
Expand Down
1 change: 1 addition & 0 deletions bin/run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ docker exec --user ubuntu --tty ${VCCW_HOSTNAME} \
env TERM=xterm ansible-playbook ${VM_DIR}/provision/playbook.yml -e "$(ruby $RUBY)"

docker exec --tty ${VCCW_HOSTNAME} env TERM=xterm rm -f ${VM_DIR}/wp-cli.yml
docker exec --tty ${VCCW_HOSTNAME} env TERM=xterm rm -fr ${VM_DIR}/wp-cli

0 comments on commit 2f26ae1

Please sign in to comment.