Skip to content

Commit

Permalink
Add printenv
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Jan 26, 2020
1 parent 6df0972 commit 987c0e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure/azure-linux-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
maxParallel: 4
steps:
- script: |
printenv
export STACK_ROOT="$(Build.SourcesDirectory)"/.stack-root;
mkdir -p ~/.local/bin
curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
Expand Down

0 comments on commit 987c0e2

Please sign in to comment.