Skip to content

Commit

Permalink
usage git image
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 19, 2024
1 parent 2e1e8ab commit 9e5229a
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,23 @@ steps:
env:
- "DOCKER_BUILDKIT=1"

- name: ubuntu:24.04
entrypoint: bash
- name: alpine/git:latest
entrypoint: /bin/sh
args:
- "-c"
- |
apt update && apt install -y git
cd /workspace
git clone https://github.com/googleapis/googleapis
cd googleapis
git checkout 113a378d5aad5018876ec0a8cbfd4d6a4f746809
id: download-api-definitions
waitFor: ["-"]

- name: ubuntu:24.04
entrypoint: bash
- name: alpine/git:latest
entrypoint: /bin/sh
args:
- "-c"
- |
apt update && apt install -y git
cd /workspace
git clone https://github.com/googleapis/google-cloud-java
cd google-cloud-java
Expand Down

0 comments on commit 9e5229a

Please sign in to comment.