File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -129,20 +129,6 @@ before_install:
129129 source "$HOME/virtualenvs/$PYPY_VERSION/bin/activate"
130130 which python
131131 fi
132- - |
133- if [[ "$TOXENV" == *dynamodb ]]; then
134- sudo apt-get update && sudo apt-get install -y default-jre supervisor
135- mkdir /opt/dynamodb-local
136- cd /opt/dynamodb-local && curl --retry 5 --retry-delay 1 -L http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest.tar.gz | tar zx
137- cd -
138- echo '[program:dynamodb-local]' | sudo tee /etc/supervisor/conf.d/dynamodb-local.conf
139- echo 'command=java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -inMemory' | sudo tee -a /etc/supervisor/conf.d/dynamodb-local.conf
140- echo 'directory=/opt/dynamodb-local' | sudo tee -a /etc/supervisor/conf.d/dynamodb-local.conf
141- sudo service supervisor stop
142- sudo service supervisor start
143- sleep 10
144- curl localhost:8000
145- fi
146132 - |
147133 wget -qO - https://packages.couchbase.com/ubuntu/couchbase.key | sudo apt-key add -
148134 sudo apt-add-repository -y 'deb http://packages.couchbase.com/ubuntu trusty trusty/main'
You can’t perform that action at this time.
0 commit comments