Skip to content

Commit

Permalink
Merge pull request #66 from kalabox/drush-800
Browse files Browse the repository at this point in the history
Change drush 8 into 8.0.0 branch / tag
  • Loading branch information
pirog committed Nov 21, 2015
2 parents b82bee5 + c4c9a95 commit b11ce10
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 48 deletions.
2 changes: 1 addition & 1 deletion app/dockerfiles/pantheon-appserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN \
curl -sS https://getcomposer.org/installer | php && \
mv composer.phar /usr/local/bin/composer && \
ln -s /usr/local/bin/composer /usr/bin/composer && \
git clone --depth 1 --branch 8.0.0-rc3 https://github.com/drush-ops/drush.git /usr/local/src/drush8 && \
git clone --depth 1 --branch 8.0.0 https://github.com/drush-ops/drush.git /usr/local/src/drush8 && \
cd /tmp && \
curl -L -O https://github.com/phpbrew/phpbrew/raw/master/phpbrew && \
chmod +x /tmp/phpbrew && \
Expand Down
2 changes: 1 addition & 1 deletion app/dockerfiles/pantheon-appserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN \
curl -sS https://getcomposer.org/installer | php && \
mv composer.phar /usr/local/bin/composer && \
ln -s /usr/local/bin/composer /usr/bin/composer && \
git clone --depth 1 --branch 8.0.0-rc2 https://github.com/drush-ops/drush.git /usr/local/src/drush8 && \
git clone --depth 1 --branch 8.0.0 https://github.com/drush-ops/drush.git /usr/local/src/drush8 && \
cd /tmp && \
curl -L -O https://github.com/phpbrew/phpbrew/raw/master/phpbrew && \
chmod +x /tmp/phpbrew && \
Expand Down
25 changes: 14 additions & 11 deletions app/node_modules/once/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 0 additions & 23 deletions app/node_modules/once/test/once.js

This file was deleted.

9 changes: 7 additions & 2 deletions app/node_modules/rimraf/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions app/node_modules/rimraf/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b11ce10

Please sign in to comment.