File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 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
1711substitutions :
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'
You can’t perform that action at this time.
0 commit comments