Skips install step. Moves deploy to script step
This commit is contained in:
+4
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user