We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df0972 commit 987c0e2Copy full SHA for 987c0e2
1 file changed
.azure/azure-linux-template.yml
@@ -20,6 +20,7 @@ jobs:
20
maxParallel: 4
21
steps:
22
- script: |
23
+ printenv
24
export STACK_ROOT="$(Build.SourcesDirectory)"/.stack-root;
25
mkdir -p ~/.local/bin
26
curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
0 commit comments