File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Refer to master branch
1414- Refactored Docker hook scripts into reusable functions
1515- Fix issue with short tags not being pushed
1616- Fixed ` make rm_build `
17+ - Removed source branch image name in templates
1718
1819## \[ v1.1.1\] - 2019-10-14
1920
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- docker run --rm -it -w=/app -v " $( pwd) " :/app -v ~ /.ssh:/root/.ssh -v " $HOME /.composer-docker" :/root/.composer jestefane/php-dev:%%PHP_VERSION%%-cli-%%SOURCE_BRANCH%% composer " $@ "
3+ docker run --rm -it -w=/app -v " $( pwd) " :/app -v ~ /.ssh:/root/.ssh -v " $HOME /.composer-docker" :/root/.composer jestefane/php-dev:%%PHP_VERSION%%-cli composer " $@ "
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- docker run --rm -it -w=/app -v " $( pwd) " :/app jestefane/php-dev:%%PHP_VERSION%%-%%PHP_VARIANT%%-%%SOURCE_BRANCH%% " $@ "
3+ docker run --rm -it -w=/app -v " $( pwd) " :/app jestefane/php-dev:%%PHP_VERSION%%-%%PHP_VARIANT%% " $@ "
You can’t perform that action at this time.
0 commit comments