mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
dd752ec87a
While working on some other code, noticed a bug in the jobs code. We're adding job version after we're checking if there are port configs. Before, if there were no port configs, the job version would be missing, because we would return before trying to convert. This moves the jobs version conversion above that code, so we don't accidentally return before it. Signed-off-by: Drew Erny <derny@mirantis.com> |
||
---|---|---|
.. | ||
config.go | ||
container.go | ||
network.go | ||
network_test.go | ||
node.go | ||
secret.go | ||
service.go | ||
service_test.go | ||
swarm.go | ||
task.go |