|
|
@ -5,6 +5,7 @@ jobs: |
|
|
- image: djschaper/circleci:1.0-alpine3.7 |
|
|
- image: djschaper/circleci:1.0-alpine3.7 |
|
|
environment: |
|
|
environment: |
|
|
- CIRCLE_BRANCH: integration/circleci |
|
|
- CIRCLE_BRANCH: integration/circleci |
|
|
|
|
|
- PATH: /root/project:$PATH |
|
|
steps: |
|
|
steps: |
|
|
- run: |
|
|
- run: |
|
|
name: Install Run Dependencies |
|
|
name: Install Run Dependencies |
|
|
@ -17,6 +18,4 @@ jobs: |
|
|
- run: |
|
|
- run: |
|
|
name: Test initial script run |
|
|
name: Test initial script run |
|
|
shell: /bin/ash |
|
|
shell: /bin/ash |
|
|
environment: |
|
|
|
|
|
- PATH: /root/project:$PATH |
|
|
|
|
|
command: getsslD |
|
|
command: getsslD |