From 7a195dd5ca4b9b399da0b1b36441dfa12658e660 Mon Sep 17 00:00:00 2001 From: Huu Nguyen Date: Tue, 15 May 2018 11:20:09 -0700 Subject: [PATCH] Add back include_gcs build constraint Signed-off-by: Huu Nguyen --- registry/storage/driver/gcs/gcs.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/registry/storage/driver/gcs/gcs.go b/registry/storage/driver/gcs/gcs.go index 07f58afa4..86dc87f14 100644 --- a/registry/storage/driver/gcs/gcs.go +++ b/registry/storage/driver/gcs/gcs.go @@ -9,6 +9,8 @@ // // Note that the contents of incomplete uploads are not accessible even though // Stat returns their length +// +// +build include_gcs package gcs