OpenSearch/buildSrc/src
Cole White 2fbf33555e
move bash flag to set statement (#3494)
Passing bash with flags to the first argument of /usr/bin/env requires
its own flag to interpret it correctly.  Rather than use `env -S` to
split the argument, have the script `set -e` to enable the same behavior
explicitly in preinst and postinst scripts.

Also set `-o pipefail` for consistency.

Closes: #3492

Signed-off-by: Cole White <cwhite@wikimedia.org>
2022-06-03 13:24:46 -05:00
..
integTest Bump forbiddenapis from 2.7 to 3.2 in /buildSrc/src/testKit/thirdPartyAudit (#2185) 2022-02-24 11:27:44 -08:00
main move bash flag to set statement (#3494) 2022-06-03 13:24:46 -05:00
test Allow to configure POM for ZIP publication (#3252) 2022-05-10 12:18:36 -04:00
testFixtures/java/org/opensearch/gradle/test Support Gradle 7 (#1609) 2021-11-29 14:34:06 -05:00
testKit Added a new line linter (#2875) 2022-04-13 14:14:18 -04:00