From 04a9af3bfc8f1a05ee36089fcb2d9694a61c688c Mon Sep 17 00:00:00 2001 From: Oleksandr Shulgin Date: Fri, 1 Oct 2021 09:37:21 +0200 Subject: [PATCH] [TEST] Disable nodejs overlay to test apt update It started to fail all of a sudden today with the following error: ``` W: The repository 'https://deb.nodesource.com/node_10.x xenial Release' does not have a Release file. E: Failed to fetch https://deb.nodesource.com/node_10.x/dists/xenial/main/source/Sources server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none E: Some index files failed to download. They have been ignored, or old ones used instead. ``` --- delivery.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delivery.yaml b/delivery.yaml index 06d22f4..07d776f 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -1,7 +1,7 @@ version: "2017-09-20" pipeline: - id: build - overlay: ci/nodejs + #overlay: ci/nodejs cache: paths: - ~/.npm