Browse Source

Move PATH declaration to job level

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

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

@ -5,7 +5,7 @@ jobs:
- image: djschaper/circleci:1.0-alpine3.7
environment:
- CIRCLE_BRANCH: integration/circleci
- PATH: /root/project:$PATH
- PATH: $PATH:$CIRCLE_WORKING_DIRECTORY
steps:
- run:
name: Install Run Dependencies


Loading…
Cancel
Save