File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343 # Ignore the failure of a step and avoid terminating the job.
4444 continue-on-error : true
4545
46- - run : docker-compose up --build
46+ - run : make image
4747
4848 - run : make test
Original file line number Diff line number Diff line change 1- .PHONY : bash npm-build npm-install build clean db-migrate db-upgrade redis-cli run shell start stop update test pytest container-build envvar ci cert trust
1+ .PHONY : bash npm-build npm-install build clean db-migrate db-upgrade redis-cli run shell start stop update test pytest image envvar ci cert trust
22
33bash :
44 docker-compose run --rm web bash
@@ -9,10 +9,10 @@ npm-install:
99npm-build :
1010 npm run build
1111
12- container-build :
12+ image :
1313 docker-compose build --pull
1414
15- build : npm-install npm-build container-build
15+ build : npm-install npm-build image
1616
1717clean : stop
1818 docker-compose rm -f
You can’t perform that action at this time.
0 commit comments