File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
3- SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd ) /..
43
54docker build -t " php-units-of-measure:dev" .
65docker run -it --rm -v ` pwd` :/project " php-units-of-measure:dev" composer run-script lint
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
3- SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd ) /..
43
54docker build -t " php-units-of-measure:dev" .
65docker run -it --rm -v ` pwd` :/project " php-units-of-measure:dev" bash
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
3- SCRIPT_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd ) /..
43
54docker build -t " php-units-of-measure:dev" .
65docker run -it --rm -v ` pwd` :/project " php-units-of-measure:dev" composer run-script test
You can’t perform that action at this time.
0 commit comments