File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Refer to master branch
14
14
- Refactored Docker hook scripts into reusable functions
15
15
- Fix issue with short tags not being pushed
16
16
- Fixed ` make rm_build `
17
+ - Removed source branch image name in templates
17
18
18
19
## \[ v1.1.1\] - 2019-10-14
19
20
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
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 1
1
#! /usr/bin/env bash
2
2
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