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