Skip to content
Snippets Groups Projects

Update SetRole/SetUserTitle so that you have to be subscribed to get it, also...

Merged Howo requested to merge feature/role-only-if-subscribed into develop
All threads resolved!
Compare and Show latest version
263 files
+ 6072
7766
Compare changes
  • Side-by-side
  • Inline
Files
263
+ 0
14
version: 2
jobs:
build:
docker:
- image: docker:17
steps:
- checkout
- setup_remote_docker
- run: docker build .
workflows:
version: 2
build:
jobs:
- build
Loading