Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from keycloak/dev
Browse files Browse the repository at this point in the history
Fixed CI and vulnerabilities.
  • Loading branch information
zagaria authored Oct 10, 2019
2 parents 557455a + f07507c commit e3b717d
Show file tree
Hide file tree
Showing 3 changed files with 1,655 additions and 5 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ services:
- docker

before_install:
- docker pull jboss/keycloak
- docker run -d -p 8080:8080 -e KEYCLOAK_USER=wwwy3y3 -e KEYCLOAK_PASSWORD=wwwy3y3 jboss/keycloak
- docker pull jboss/keycloak:6.0.1
- docker run --name keycloak -d -p 127.0.0.1:8080:8080 -e KEYCLOAK_USER=wwwy3y3 -e KEYCLOAK_PASSWORD=wwwy3y3 jboss/keycloak:6.0.1
- docker ps -a
- docker logs keycloak
- sleep 30
- docker ps -a
- docker logs keycloak
Loading

0 comments on commit e3b717d

Please sign in to comment.