keycloak-scim/sync.sh
2018-09-25 08:49:18 +02:00

8 lines
149 B
Bash
Executable file

#!/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