Skip to content

Commit 987c0e2

Browse files
committed
Add printenv
1 parent 6df0972 commit 987c0e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.azure/azure-linux-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
maxParallel: 4
2121
steps:
2222
- script: |
23+
printenv
2324
export STACK_ROOT="$(Build.SourcesDirectory)"/.stack-root;
2425
mkdir -p ~/.local/bin
2526
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

Comments
 (0)