Skip to content

Commit

Permalink
Use env vars for engine name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrb committed Jan 12, 2016
1 parent 46e8842 commit 6097e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/release.sh
Expand Up @@ -4,4 +4,4 @@
docker run -v "$PWD/.local/bin:/data" lalyos/upx codeclimate-shellcheck

# Create the engine container.
docker build -t codeclimate/codeclimate-shellcheck -f "$PWD/docker/Release.plan" .
docker build -t "$CODECLIMATE_ENGINE_REGISTRY/$CODECLIMATE_ENGINE_NAME:$CODECLIMATE_ENGINE_BUILD_NUM" -f "$PWD/docker/Release.plan" .

0 comments on commit 6097e3b

Please sign in to comment.