Skip to content

Commit 96812e6

Browse files
committed
clean
1 parent bc289a9 commit 96812e6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
# Update the trigger at:
77
# https://console.cloud.google.com/cloud-build/triggers;region=us-central1/edit/2bd8fcc6-6319-455d-88f2-38d564fe2db8?project=httparchive
88
#
9-
# Steps:
10-
# 1. build-and-test — install deps, generate chapters, run pytest + URL tests
11-
# 2. generate-ebooks — update timestamps, install Prince, generate PDF ebooks
12-
# 3. deploy — gcloud app deploy (App Engine version = $SHORT_SHA)
13-
# 4. upload-ebooks — gsutil cp PDFs to GCS bucket
14-
#
159
# $SHORT_SHA is set automatically by Cloud Build on a branch-push trigger.
1610

1711
substitutions:
@@ -23,8 +17,8 @@ steps:
2317
# ─────────────────────────────────────────────────────────────────────────
2418
# Step 1: Install dependencies, generate all chapters, run full test suite.
2519
# Uses python:3.12 (Debian Bookworm) and installs Node 20 at runtime.
26-
# node_modules persist in /workspace
27-
# and are reused by later steps; Python packages are re-installed per step.
20+
# node_modules persist in /workspace and are reused by later steps;
21+
# Python packages are re-installed per step.
2822
# ─────────────────────────────────────────────────────────────────────────
2923
- name: 'python:3.12'
3024
id: 'build-and-test'

0 commit comments

Comments
 (0)