train:
description: train
main: tests/train
sourcecode:
- exclude: '*.json'
remotes:
remotename:
type: gist
user: username
gist-name: results.md
This remote doesn’t show up when I run guild remotes
train:
description: train
main: tests/train
sourcecode:
- exclude: '*.json'
remotes:
remotename:
type: gist
user: username
gist-name: results.md
This remote doesn’t show up when I run guild remotes
You need to define remotes in User Config. Guild is going to interpret your example as having a remotes
operation (it’s parallel to train
, which is treated as an operation).