From c57070ee82f524c9504e3c92e18b951272a9f257 Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Sun, 17 Feb 2019 20:41:52 +0000 Subject: [PATCH] Print some info for debugging --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fcfac9b..3a385c9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,6 +9,12 @@ pool: container: 'ubuntu:18.04' steps: +- script: printenv + displayName: 'Print environment' + +- script: whoami + displayName: 'Print user' + - script: apt-get install python3-dev vim displayName: 'Install vim'