gitlab-ci-multi-runner: fix rubocop warnings.
This commit is contained in:
parent
c59d4dc09a
commit
061029a278
1 changed files with 4 additions and 2 deletions
|
@ -43,8 +43,10 @@ class GitlabCiMultiRunner < Formula
|
||||||
|
|
||||||
cd dir do
|
cd dir do
|
||||||
resource("prebuilt-x86_64.tar.xz").stage do
|
resource("prebuilt-x86_64.tar.xz").stage do
|
||||||
system *%W[go-bindata -pkg docker -nocompress -nomemcopy -nometadata
|
system "go-bindata", "-pkg", "docker", "-nocompress", "-nomemcopy",
|
||||||
-o #{dir}/executors/docker/bindata.go prebuilt-x86_64.tar.xz]
|
"-nometadata", "-o",
|
||||||
|
"#{dir}/executors/docker/bindata.go",
|
||||||
|
"prebuilt-x86_64.tar.xz"
|
||||||
end
|
end
|
||||||
|
|
||||||
proj = "gitlab.com/gitlab-org/gitlab-ci-multi-runner"
|
proj = "gitlab.com/gitlab-org/gitlab-ci-multi-runner"
|
||||||
|
|
Loading…
Reference in a new issue