Skip to content

Commit

Permalink
install git
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 18, 2024
1 parent 9885e45 commit f7fe0a6
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,24 @@ steps:
waitFor: ["-"]
env:
- "DOCKER_BUILDKIT=1"
- name: alpine/git@sha256:0528136dcb1c3fc461556c5796d6214efa530166cba922c28e9ae146d9acfb82
- name: ubuntu:24.04
entrypoint: bash
args:
- "-c"
- |
apt-get update && apt-get install -y git
cd /workspace
git clone https://github.com/googleapis/googleapis
cd googleapis
git switch 113a378d5aad5018876ec0a8cbfd4d6a4f746809
id: download-api-definitions
waitFor: ["-"]
- name: alpine/git@sha256:0528136dcb1c3fc461556c5796d6214efa530166cba922c28e9ae146d9acfb82
- name: ubuntu:24.04
entrypoint: bash
args:
- "-c"
- |
apt-get update && apt-get install -y git
cd /workspace
git clone https://github.com/googleapis/google-cloud-java
cd google-cloud-java
Expand Down

0 comments on commit f7fe0a6

Please sign in to comment.