Ok ok I installed the deps in the right order this time
parent
c19d0eedf7
commit
53302f36e3
|
@ -17,6 +17,9 @@ install:
|
||||||
# Set up the deps
|
# Set up the deps
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
|
#Configure hooks
|
||||||
|
- <misp_taxii_hooks/hooks.py sed 's@\[URL\]@'"$URL"'@; s@\[APIKEY\]@'"$APIKEY"'@' > misp_taxii_hooks/hooks.py
|
||||||
|
- python setup.py install
|
||||||
# Install OpenTAXII
|
# Install OpenTAXII
|
||||||
- cd OpenTAXII
|
- cd OpenTAXII
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
|
@ -29,10 +32,6 @@ install:
|
||||||
- opentaxii-create-services -c services.yaml
|
- opentaxii-create-services -c services.yaml
|
||||||
- opentaxii-create-collections -c collections.yaml
|
- opentaxii-create-collections -c collections.yaml
|
||||||
- opentaxii-create-acccount -u travis -p travis
|
- opentaxii-create-acccount -u travis -p travis
|
||||||
#Configure hooks
|
|
||||||
- <misp_taxii_hooks/hooks.py sed 's@\[URL\]@'"$URL"'@; s@\[APIKEY\]@'"$APIKEY"'@' > misp_taxii_hooks/hooks.py
|
|
||||||
- python setup.py install
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- opentaxii-run-dev &
|
- opentaxii-run-dev &
|
||||||
- pid=$!
|
- pid=$!
|
||||||
|
|
Loading…
Reference in New Issue