diff options
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5aa44d7d..1077c802 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -58,7 +58,7 @@ jobs: dockerRegistryEndpoint: 'DockerHub' command: 'login' - - script: sudo apt install python3-setuptools + - script: sudo apt-get install python3-setuptools displayName: 'Install setuptools' - script: sudo pip3 install salt-pepper |