Browse Source

Next try at CircleCi PATH issue.

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

+ 3
- 0
.circleci/config.yml View File

@ -6,6 +6,9 @@ jobs:
environment:
- CIRCLE_BRANCH: integration/circleci
steps:
- run:
name: Set PATH in environment
command: echo 'export PATH=$CIRCLECI_WORKING_DIR:$PATH' > /etc/profile.d/ash.sh
- run:
name: Install Run Dependencies
command: |


Loading…
Cancel
Save