Skip to content

Commit

Permalink
changing url to azure blob
Browse files Browse the repository at this point in the history
  • Loading branch information
G33tha authored Apr 5, 2019
1 parent e30c113 commit 16032a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/scripts/pipelines/sunbird-auth-build/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ node('build-slave') {
stage('Build') {
sh """
mkdir sunbird_auth_1.0v
wget https://downloads.jboss.org/keycloak/3.2.0.Final/keycloak-3.2.0.Final.tar.gz
wget https://sunbirdpublic.blob.core.windows.net/installation/keycloak-3.2.0.Final.tar.gz
tar -xvf keycloak-3.2.0.Final.tar.gz --strip 1 -C sunbird_auth_1.0v
mkdir -p sunbird_auth_1.0v/providers
mkdir -p sunbird_auth_1.0v/modules/system/layers/keycloak/org/postgresql/main
Expand Down

0 comments on commit 16032a9

Please sign in to comment.