Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: run all gradle commands in one go
right now `./gradlew build` could fail but the script would still go on (because neither `set -e` is set nor `&&` is used to run both commands together). running it in two steps gives more visibilty to which step is failing. note that `publishPluginZipPublicationToZipStagingRepository` is tested explicitly to ensure that this step works as it has previously failed. fixes opensearch-project#60 Signed-off-by: Ralph Ursprung <[email protected]>
- Loading branch information