Browse Source

Another try at CircleCi PATH issue.

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

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

@ -8,7 +8,10 @@ jobs:
steps:
- run:
name: Set PATH in environment
command: echo 'export PATH=$CIRCLECI_WORKING_DIR:$PATH' > /etc/profile.d/ash.sh
command: echo 'export PATH=$CIRCLE_WORKING_DIR:$PATH' > /etc/profile.d/ash_path
- run:
name: Export PATH to environment
command: source /etc/profile.d/ash_path
- run:
name: Install Run Dependencies
command: |


Loading…
Cancel
Save