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
Compare and Show latest version
14 files
+ 44
53
Compare changes
  • Side-by-side
  • Inline
Files
14
+ 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