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

hack to enable PRs, CI and CD need to be decoupled as of 0.12.0


Signed-off-by: default avatarBenjamin Bollen <ben@erisindustries.com>
parent 39775e97
No related branches found
No related tags found
No related merge requests found
......@@ -28,13 +28,14 @@ dependencies:
- sudo chmod +x /usr/bin/docker
# Override host go
- sudo service docker start
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
# NOTE [ben]: @afdudley, this is a temporary hack to enable PRs as of 0.12.0
# - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
- "sudo apt-get update && sudo apt-get install -y libgmp3-dev"
# Install erisdb cmd for tests
- cd $GOPATH_REPO && go install ./cmd/erisdb
cache_directories:
- ~/cache
test:
pre:
- go get github.com/stretchr/testify
......
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