Commit f78781e7 authored by James T. Lee's avatar James T. Lee
Browse files

Revert "falcon: Add GitLab Runner with /nest"

This would basically only be needed for Nest builds and deploys, both of
which can be accomplished with `-v /nest:/nest` in the docker-tagged
runner.

This reverts commit 1534c477.
parent 1534c477
...@@ -257,10 +257,5 @@ class nest::node::falcon { ...@@ -257,10 +257,5 @@ class nest::node::falcon {
docker_volumes => ['/var/run/docker.sock:/var/run/docker.sock'], docker_volumes => ['/var/run/docker.sock:/var/run/docker.sock'],
tag_list => ['docker'], tag_list => ['docker'],
; ;
'gitlab.james.tl-nest':
docker_volumes => ['/nest:/nest'],
tag_list => ['nest'],
;
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment