Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updating readme, jenkinsfile.
John Gasper committed Oct 1, 2018
1 parent fce4e0d commit f8d0920
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -17,7 +17,7 @@ exceriseSets = [
// 'ex101' : [3, 2],
'ex201' : [1],
// 'ex301' : [2, 2, 5, 6],
'ex401' : [6, 9]
'ex401' : [6, 9, 7, 1]
]

pipeline {
2 changes: 1 addition & 1 deletion README.md
@@ -6,7 +6,7 @@ A set of Grouper images that are used during I2/TIER training.
## Full Demo

```
docker run -d -p 80:80 -p 389:389 -p 8443:443 -p 3306:3306 \
docker run -d -p 389:389 -p 8443:443 -p 3306:3306 \
--name grouper-demo tier/grouper-training-env:full_demo
```

0 comments on commit f8d0920

Please sign in to comment.