fix: added gitignore
This commit is contained in:
parent
e6e456631e
commit
8674625bb4
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.env
|
||||||
|
.idea
|
1
keycloak/CAS/.gitignore
vendored
Normal file
1
keycloak/CAS/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
keycloak-cas
|
@ -3,6 +3,7 @@
|
|||||||
if [ ! -d "./keycloak-cas/" ]
|
if [ ! -d "./keycloak-cas/" ]
|
||||||
then
|
then
|
||||||
git clone https://github.com/RoboJackets/keycloak-cas
|
git clone https://github.com/RoboJackets/keycloak-cas
|
||||||
|
patch $(find . | grep UrlHelper.java) https_patch
|
||||||
fi
|
fi
|
||||||
if [ -d "./target/" ]
|
if [ -d "./target/" ]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user