Skip to content
Snippets Groups Projects

Specify the upload channel explicitly

Merged Amir MOHAMMADI requested to merge upload-channel into master
1 unresolved thread

Related to #58

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
518 channels = get_channels(
519 public=True,
520 stable=(args.tag is not None),
521 server=_SERVER,
522 intranet=True,
523 group="bob",
524 ) + ["defaults"]
528 channels, _ = (
529 get_channels(
530 public=True,
531 stable=(args.tag is not None),
532 server=_SERVER,
533 intranet=True,
534 group="bob",
535 )
536 + ["defaults"]
Please register or sign in to reply
Loading