Added sync script
This commit is contained in:
parent
fe1d8c82f9
commit
3fbe954ca8
2 changed files with 8 additions and 9 deletions
8
sync.sh
Executable file
8
sync.sh
Executable 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
|
9
tests.sh
9
tests.sh
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
FILE=/home/st/dev/keycloak-documentation/server_admin/target/generated-docs/index.html
|
||||
|
||||
function check_missing_refs {
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in a new issue