Skip to content

Commit

Permalink
fail the script when error occur
Browse files Browse the repository at this point in the history
Signed-off-by: YanxuanLiu <[email protected]>
  • Loading branch information
YanxuanLiu committed Dec 3, 2024
1 parent 28732c3 commit d35f8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn-verify-check/populate-daily-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -x -o pipefail
set -ex -o pipefail

max_retry=3; delay=30; i=1
if [[ $SCALA_VER == '2.12' ]]; then
Expand Down

0 comments on commit d35f8d5

Please sign in to comment.