Skip to content

Commit 0e05b0c

Browse files
author
Prakash Surya
authored
DLPX-80636 [Backport of DLPX-80625 to 6.0.14.0] delphix-platform build failure (#371)
1 parent c38ea84 commit 0e05b0c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/download-signature-key.sh

-7
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515
# limitations under the License.
1616
#
1717

18-
TOP=$(git rev-parse --show-toplevel 2>/dev/null)
19-
20-
if [[ -z "$TOP" ]]; then
21-
echo "Must be run inside the git repsitory."
22-
exit 1
23-
fi
24-
2518
#
2619
# As a precaution, we don't use "xtrace" since that would expose the
2720
# DELPHIX_SIGNATURE_TOKEN environment variable contents to stdout, which

0 commit comments

Comments
 (0)