Skip to content

Commit

Permalink
Merge pull request nienbo#30 from ciuncan/master
Browse files Browse the repository at this point in the history
Fix yaml not supporting array anchor and additional items together
  • Loading branch information
gencer authored Apr 29, 2021
2 parents 43884ad 1f0bbb3 commit dbdc56b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,24 335,21 @@ ruby-cache: &ruby-cache
paths:
- 'bundler/vendor'

caches: &caches
all-plugins: &all-plugins
- gencer/cache#v2.4.8: *node-cache
- gencer/cache#v2.4.8: *ruby-cache
- docker#v3.7.0: ~ # Use your config here

steps:
- name: ':jest: Run tests'
key: test
command: yarn test --runInBand && bundle exec rspec --color
plugins:
<<: *caches
docker#v3.7.0: ~ # Use your config here
plugins: *all-plugins
- name: ':istanbul: Run Istanbul'
key: istanbul
depends_on: test
command: .buildkite/steps/istanbul.sh
plugins:
<<: *caches
docker#v3.7.0: ~ # Use your config here
plugins: *all-plugins
```
## Usage with docker
Expand Down

0 comments on commit dbdc56b

Please sign in to comment.