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 +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- var current_version = '1.2.2 ' ;
2- var new_version = '1.2.3 ' ;
1+ var current_version = '1.2.1 ' ;
2+ var new_version = '1.2.2 ' ;
33
44module . exports = function ( grunt ) {
55 grunt . loadNpmTasks ( 'grunt-replace' ) ;
Original file line number Diff line number Diff line change 1- > ** Notice:** * This project is part of the [ Dockerized Drupal] ( https://dockerizedrupal.com/ ) initiative.*
2-
31# Drupal Compose
42
53Generates general purpose [ docker-compose.yml] ( https://docs.docker.com/compose/yml/ ) file automatically for your Drupal 6, 7 and 8 projects.
64
5+ This project is part of the [ Dockerized Drupal] ( https://dockerizedrupal.com/ ) initiative.
6+
77## Usage
88
99 Usage: drupal-compose
@@ -18,7 +18,7 @@ Generates general purpose [docker-compose.yml](https://docs.docker.com/compose/y
1818 TMP="$(mktemp -d)" \
1919 && git clone https://github.com/dockerizedrupal/drupal-compose.git "${TMP}" \
2020 && cd "${TMP}" \
21- && git checkout 1.2.3 \
21+ && git checkout 1.2.2 \
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.2.3
1+ 1.2.2
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- VERSION=" 1.2.3 "
3+ VERSION=" 1.2.2 "
44
55WORKING_DIR=" $( pwd) "
66
113113 extends:
114114 file: host.yml
115115 service: php
116- image: dockerizedrupal/php-5.6:1.2.4
116+ image: dockerizedrupal/php-5.6:1.2.3
117117 hostname: php
118118 volumes:
119119 - ~/.ssh:/home/container/.ssh
224224 extends:
225225 file: host.yml
226226 service: php
227- image: dockerizedrupal/php-5.5:1.2.5
227+ image: dockerizedrupal/php-5.5:1.2.3
228228 hostname: php
229229 volumes:
230230 - ~/.ssh:/home/container/.ssh
354354 extends:
355355 file: host.yml
356356 service: php
357- image: dockerizedrupal/php-5.4:1.2.3
357+ image: dockerizedrupal/php-5.4:1.2.2
358358 hostname: php
359359 volumes:
360360 - ~/.ssh:/home/container/.ssh
484484 extends:
485485 file: host.yml
486486 service: php
487- image: dockerizedrupal/php-5.2:1.2.3
487+ image: dockerizedrupal/php-5.2:1.2.2
488488 hostname: php
489489 volumes:
490490 - ~/.ssh:/home/container/.ssh
Original file line number Diff line number Diff line change 11{
22 "name" : " drupal-compose" ,
3- "version" : " 1.2.3 " ,
3+ "version" : " 1.2.2 " ,
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