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
|
||||
- git submodule init
|
||||
- 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
|
||||
- cd OpenTAXII
|
||||
- python setup.py install
|
||||
|
@ -29,10 +32,6 @@ install:
|
|||
- opentaxii-create-services -c services.yaml
|
||||
- opentaxii-create-collections -c collections.yaml
|
||||
- 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:
|
||||
- opentaxii-run-dev &
|
||||
- pid=$!
|
||||
|
|
Loading…
Reference in New Issue