From 4d601e1d7e4a653915b1bf4f30f037ebd588a204 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Sat, 18 Mar 2023 00:22:54 +0100 Subject: [PATCH] Release pipeline: Comment out awk command GitOrigin-RevId: f5249abae21d15430a781c6cd9726abc8461e9af --- .github/workflows/release_prep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_prep.sh b/.github/workflows/release_prep.sh index 27aa5a2..d7d9d78 100755 --- a/.github/workflows/release_prep.sh +++ b/.github/workflows/release_prep.sh @@ -29,5 +29,5 @@ http_archive( ) EOF -awk 'f;/--SNIP--/{f=1}' e2e/smoke/WORKSPACE.bazel +#awk 'f;/--SNIP--/{f=1}' e2e/smoke/WORKSPACE.bazel echo "\`\`\`"