1
0
mirror of https://github.com/HariSekhon/DevOps-Bash-tools.git synced 2025-02-06 09:28:21 +00:00

updated azure-pipelines.yml

This commit is contained in:
Hari Sekhon 2024-09-21 18:14:15 +01:00
parent b24a9930fc
commit 44b3836e33

View File

@ -41,7 +41,7 @@ steps:
# requires script as first key, otherwise parsing breaks with error message: Unexpected value 'displayName'
- script: env | sort
displayName: env
displayName: Environment
# doesn't work in container due to unprivileged execution and lack of sudo
#- script: sudo apt-get update && sudo apt-get install -y git make