Added sync script

This commit is contained in:
stianst 2018-09-25 08:48:40 +02:00 committed by Stian Thorgersen
parent fe1d8c82f9
commit 3fbe954ca8
2 changed files with 8 additions and 9 deletions

8
sync.sh Executable file
View file

@ -0,0 +1,8 @@
#!/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

View file

@ -1,9 +0,0 @@
#!/bin/bash
FILE=/home/st/dev/keycloak-documentation/server_admin/target/generated-docs/index.html
function check_missing_refs {
}