Skip to content

Commit

Permalink
change image
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 19, 2024
1 parent e1e65c1 commit e3b60f8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ steps:
id: prepare-golden
waitFor: ["-"]

- name: ubuntu:24.04
entrypoint: bash
- name: maven:3.9.9-eclipse-temurin-11-alpine
entrypoint: /bin/sh
args:
- "-c"
- |
apt update && apt install -y maven
# apt update && apt install -y maven
mvn dependency:copy \
-B -ntp \
-Dartifact=com.google.api:gapic-generator-java:2.38.1 \
Expand Down

0 comments on commit e3b60f8

Please sign in to comment.