Skip to content

Commit 5d9022e

Browse files
committed
Fix deploy
My last change made the build green, but deploys still failed: https://circleci.com/gh/codeclimate-community/codeclimate-golint/49 I think the issue is that the build wasn't tagged before it was pushed.
1 parent d51e400 commit 5d9022e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies:
1212
test:
1313
override:
1414
- make image
15+
- docker tag codeclimate/codeclimate-golint "$PRIVATE_REGISTRY/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM"
1516

1617
deployment:
1718
registry:

0 commit comments

Comments
 (0)