-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
Example
Current Output
Starting: Install dependencies (amd64 Linux)
==============================================================================
Task : Bash
Description : Run a Bash script on macOS, Linux, or Windows
Version : 3.182.0
Author : Microsoft Corporation
Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash
==============================================================================
Generating script.
========================== Starting Command Output ===========================
/bin/bash --noprofile --norc /home/vsts/work/_temp/cdacc666-aad7-4774-bbc4-040448459710.sh
sudo apt-fast update -qq
E: Failed to fetch https://packages.microsoft.com/ubuntu/16.04/prod/dists/xenial/main/binary-amd64/Packages Writing more data than expected (1113755 > 1111551)
E: Some index files failed to download. They have been ignored, or old ones used instead.
##[error]Bash exited with code '100'.
Finishing: Install dependencies (amd64 Linux)
Additional Information
1.5.1 e922d73
I added set -e in #17327 among other fixes; maybe this needs more care eg:
sudo apt-fast update -qq || echo "failed but acceptable"