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: |