mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-22 05:06:07 +03:00
skip install script
This commit is contained in:
parent
6d1cfa4d0c
commit
1cce01d50e
@ -25,12 +25,14 @@ stages:
|
|||||||
- test
|
- test
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
before_script: make before_script
|
||||||
|
|
||||||
|
script: composer test
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: test
|
|
||||||
before_script: make before_script
|
|
||||||
script: composer test
|
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
|
before_script: skip
|
||||||
script: make build_archive
|
script: make build_archive
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- export VERSION=`cat VERSION`
|
- export VERSION=`cat VERSION`
|
||||||
|
Loading…
Reference in New Issue
Block a user