Skip to content

Commit

Permalink
presentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lehmann committed Mar 5, 2018
1 parent c019cdb commit 510432f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions PITCHME.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ pipeline:
script: echo "hello world"
```

**advised use** | virtualenv for flexible upgrading

---
@title[Task Types]
### Task Types
Expand Down Expand Up @@ -170,7 +172,7 @@ pipeline:
- tasks(ordered):
- docker(container):
title: Simple Docker container demo
image: jdk-16129:9.0.4
image: jdk:9.0.4
mount: yes
remove: yes
script: |
Expand Down Expand Up @@ -209,8 +211,8 @@ $ spline --definition=matrix-demo.yml 2>&1 |grep "\(message\|matrix\)"
```

---
@title[Tags]
### Tags
@title[Filtering With Tags]
### Filtering With Tags

```yaml
matrix:
Expand Down

0 comments on commit 510432f

Please sign in to comment.