This repository was archived by the owner on Jan 6, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- var current_version = '1.1.2 ' ;
2- var new_version = '1.1.3 ' ;
1+ var current_version = '1.1.3 ' ;
2+ var new_version = '1.1.4 ' ;
33
44module . exports = function ( grunt ) {
55 grunt . loadNpmTasks ( 'grunt-replace' ) ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This project is part of the [Dockerized Drupal](https://dockerizedrupal.com/) in
1818 TMP="$(mktemp -d)" \
1919 && git clone https://github.com/dockerizedrupal/drupal-compose.git "${TMP}" \
2020 && cd "${TMP}" \
21- && git checkout 1.1.3 \
21+ && git checkout 1.1.4 \
2222 && sudo cp "${TMP}/drupal-compose.sh" /usr/local/bin/drupal-compose \
2323 && sudo chmod +x /usr/local/bin/drupal-compose \
2424 && cd -
Original file line number Diff line number Diff line change 1- 1.1.3
1+ 1.1.4
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- VERSION=" 1.1.3 "
3+ VERSION=" 1.1.4 "
44
55WORKING_DIR=" $( pwd) "
66
249249 - mailcatcher:smtp
250250 - memcached
251251 environment:
252- - DRUPAL_VERSION=6
252+ - DRUPAL_VERSION=8
253253 - VHOST_PROJECT_NAME=${PROJECT_NAME}
254254 - VHOST_SERVICE_NAME=php
255255 - VHOST_VERSION_FILE_URL=https://raw.githubusercontent.com/dockerizedrupal/docker-php-5.5/master/VERSION.md
Original file line number Diff line number Diff line change 11{
22 "name" : " drupal-compose" ,
3- "version" : " 1.1.3 " ,
3+ "version" : " 1.1.4 " ,
44 "dependencies" : {
55 "grunt" : " ^0.4.5" ,
66 "grunt-replace" : " ^0.11.0"
You can’t perform that action at this time.
0 commit comments