Skip to content
Snippets Groups Projects
Commit a080e540 authored by Benjamin Bollen's avatar Benjamin Bollen
Browse files

Merge pull request #104 from eris-ltd/test-env

Don't test the present branch against erisdb master, that's not cool
parents 6f845953 71bcbc44
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ dependencies:
- "sudo apt-get update && sudo apt-get install -y libgmp3-dev"
- sudo curl -sSL -o /usr/bin/docker-machine https://github.com/docker/machine/releases/download/v${DOCKER_MACHINE_VERSION}/docker-machine_linux-amd64; sudo chmod 0755 /usr/bin/docker-machine
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
- "cd ./cmd/erisdb && go get -d && go build"
- "cd ./cmd/erisdb && go build"
- "mv ~/eris-db/cmd/erisdb/erisdb ~/bin"
- chmod +x ~/bin/erisdb
......@@ -36,4 +36,4 @@ deployment:
branch: develop
commands:
- DOCKER/build.sh
- docker push quay.io/eris/erisdb
\ No newline at end of file
- docker push quay.io/eris/erisdb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment