From c88ee49e5cc03f2f0853d6fd39cb1ab2172844a3 Mon Sep 17 00:00:00 2001 From: Guijie Wang Date: Thu, 31 Aug 2023 10:10:36 +0800 Subject: [PATCH] FIX: CI problem Signed-off-by: Guijie Wang --- misc/snapshotter/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/snapshotter/config.toml b/misc/snapshotter/config.toml index d6accb3d78..4ed53c3e1d 100644 --- a/misc/snapshotter/config.toml +++ b/misc/snapshotter/config.toml @@ -106,4 +106,4 @@ enable_stargz = false enable_referrer_detect = false # Whether to enable authentication support # The option enables nydus snapshot to provide credential information to nydusd instead of writing to a file. -enable_credential_source = true +enable_credential_source = false