keycloak-scim/sync.sh

9 lines
149 B
Bash
Raw Normal View History

2018-09-25 06:48:40 +00:00
#!/bin/bash
git fetch upstream
git fetch gitlab
git fetch prod
git push gitlab upstream/master:master
git push gitlab prod/rhsso-7.2.x:rhsso-7.2.x