Skip to content

Commit

Permalink
HDDS-11637. Compile failure is ignored in build check (apache#7389)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Nov 5, 2024
1 parent 67e5261 commit c055036
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 2 additions & 0 deletions hadoop-ozone/dev-support/checks/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -eu -o pipefail

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
source "${DIR}"/_build.sh install "$@"
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,12 @@
* Example usage:
*
* <pre>
* {@code
*
* @UpgradeActionRecon(feature = FEATURE_NAME, type = FINALIZE)
* public class FeatureNameUpgradeAction implements ReconUpgradeAction {
* @Override
* public void execute() throws Exception {
* // Custom upgrade logic for FEATURE_1
* }
* }
* &#64;UpgradeActionRecon(feature = FEATURE_NAME, type = FINALIZE)
* public class FeatureNameUpgradeAction implements ReconUpgradeAction {
* &#64;Override
* public void execute() throws Exception {
* // Custom upgrade logic for FEATURE_1
* }
* }
* </pre>
*/
Expand Down

0 comments on commit c055036

Please sign in to comment.