Skip to content

Commit

Permalink
circleci- ensure config prop is a string
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Sep 7, 2020
1 parent c274f8e commit 2e90f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
destination: /artifacts/
- run: ./scripts/make_release.sh
- setup_remote_docker
version: 18.09.3
version: "18.09.3"
- docker/check
- docker/build:
image: $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
Expand Down

0 comments on commit 2e90f35

Please sign in to comment.