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