Browse Source

Move PATH declaration to job level

pull/340/head
Dan Schaper 8 years ago
parent
commit
50b407569f
No known key found for this signature in database GPG Key ID: FFF1A1AD0113C344
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .circleci/config.yml

+ 1
- 2
.circleci/config.yml View File

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

Loading…
Cancel
Save