From 58d73376e80802cace34a9d4451a182a1fdb7ad7 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sun, 24 Dec 2017 20:43:31 -0800 Subject: [PATCH] Another try at CircleCi PATH issue. --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c641ba2..3d1d336 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |