Workaround CI versioning issue

This commit is contained in:
Cody Soyland 2021-03-02 14:22:17 -06:00
parent 068325277d
commit 0532987d57
No known key found for this signature in database
GPG key ID: 6F5D2986DCC5DC8A

View file

@ -154,7 +154,8 @@ jobs:
name: golang
steps:
- checkout-plus
- setup_remote_docker
- setup_remote_docker:
version: 19.03.13 # see https://support.circleci.com/hc/en-us/articles/360050934711
- run: echo -n $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
- run: make docker
- run: docker run pilosa:$(git describe --tags) help
@ -164,7 +165,8 @@ jobs:
name: golang
steps:
- checkout-plus
- setup_remote_docker
- setup_remote_docker:
version: 19.03.13 # see https://support.circleci.com/hc/en-us/articles/360050934711
- run: echo -n $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
- run: make docker
- run: docker run pilosa:$(git describe --tags) help