Skip to content
Snippets Groups Projects
Commit 95af6247 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

is it even bash?

parent cfaf1dca
No related branches found
No related tags found
1 merge request!109Fix use of the iohk binary cache
...@@ -30,7 +30,7 @@ jobs: ...@@ -30,7 +30,7 @@ jobs:
command: | command: |
# Set XDG_CONFIG_DIRS to point at the source directory, so that nix # Set XDG_CONFIG_DIRS to point at the source directory, so that nix
# will pickup nix/nix.conf as a configuration file from there. # will pickup nix/nix.conf as a configuration file from there.
set -x echo "Shell: $0"
echo "export XDG_CONFIG_DIRS=$CIRCLE_WORKING_DIRECTORY" >> $BASH_ENV echo "export XDG_CONFIG_DIRS=$CIRCLE_WORKING_DIRECTORY" >> $BASH_ENV
# Get *our* source code. # Get *our* source code.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment