Skip to content

Commit

Permalink
Merge branch 'fix-bug_populate-cache-deps' into test-cache-populate
Browse files Browse the repository at this point in the history
  • Loading branch information
YanxuanLiu committed Dec 3, 2024
2 parents 2cc3bca + d35f8d5 commit ee933bb
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 ee933bb

Please sign in to comment.