Skip to content

Commit

Permalink
fix(gcb): Remove build steps from GCB (#5450)
Browse files Browse the repository at this point in the history
We were building the testing image instead of the application image in
GCB, which means that an additional 5 minutes were spent on installing
test dependencies.
  • Loading branch information
untitaker committed Jan 24, 2024
1 parent 65caf31 commit b5311b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ steps:
"--build-arg",
"SOURCE_COMMIT=$COMMIT_SHA",
"--destination=us.gcr.io/$PROJECT_ID/$REPO_NAME:$COMMIT_SHA",
"--target=application",
"-f",
"./Dockerfile",
]
Expand Down

0 comments on commit b5311b4

Please sign in to comment.