fix 99: support string and map variants of container
This commit is contained in:
8
pkg/runner/testdata/job-container/push.yml
vendored
8
pkg/runner/testdata/job-container/push.yml
vendored
@@ -10,3 +10,11 @@ jobs:
|
||||
TEST_ENV: test-value
|
||||
steps:
|
||||
- run: echo ${TEST_ENV} | grep test-value
|
||||
|
||||
test2:
|
||||
runs-on: ubuntu-latest
|
||||
container: node:10.16-jessie
|
||||
steps:
|
||||
- run: echo ${TEST_ENV} | grep test-value
|
||||
env:
|
||||
TEST_ENV: test-value
|
||||
|
Reference in New Issue
Block a user