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 e30447c + 28732c3 commit 2cc3bca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -x
set -x -o pipefail

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

0 comments on commit 2cc3bca

Please sign in to comment.