Skip to content

Commit 144d571

Browse files
Set best practice bash flags on post-generate.sh script (#3305)
Addresses #3297 (comment)
1 parent 745499c commit 144d571

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/post-generate.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#!/bin/bash
2+
3+
set -euxo pipefail
4+
15
# Ensure the SDK version is consistent with the OpenAPI SHA the CLI is generated from.
26
go test -timeout 240s -run TestConsistentDatabricksSdkVersion github.com/databricks/cli/internal/build
37

0 commit comments

Comments
 (0)