Skip to content

Commit

Permalink
remove unused files on docker (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 authored Nov 15, 2017
1 parent 26ca8a2 commit a1fe3e7
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 a1fe3e7

Please sign in to comment.