Skips install step. Moves deploy to script step
This commit is contained in:
parent
f86a3ee7b0
commit
0b3eb04f0f
|
@ -6,8 +6,10 @@ python:
|
|||
services:
|
||||
- docker
|
||||
|
||||
install:
|
||||
- bash deploy.sh sartography/cr-connect-python-base
|
||||
install: skip
|
||||
|
||||
script:
|
||||
- bash ./deploy.sh sartography/cr-connect-python-base
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
Loading…
Reference in New Issue