Skip to content

Commit eb1ed12

Browse files
committed
TEMP to test gtfs
1 parent f369c96 commit eb1ed12

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/build-graph.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build Graph
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- rm/**
58

69
env:
710
CAC_OTP_DATA_BUCKET: 'cleanair-otp-data'
@@ -25,13 +28,13 @@ jobs:
2528
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2629
aws-region: ${{ secrets.AWS_REGION }}
2730

28-
- name: Download latest GTFS, OSM, and elevation files from S3
29-
run: aws s3 sync --exclude "Graph.obj" "s3://$CAC_OTP_DATA_BUCKET/" "otp_data"
31+
# - name: Download latest GTFS, OSM, and elevation files from S3
32+
# run: aws s3 sync --exclude "Graph.obj" "s3://$CAC_OTP_DATA_BUCKET/" "otp_data"
3033

31-
- name: Build graph
32-
run: |
33-
cd deployment/dataproc/graph
34-
docker compose run --rm otp otp --build /var/otp
34+
# - name: Build graph
35+
# run: |
36+
# cd deployment/dataproc/graph
37+
# docker compose run --rm otp otp --build /var/otp
3538

36-
- name: Upload graph object to S3
37-
run: aws s3 cp "otp_data/Graph.obj" "s3://$CAC_OTP_DATA_BUCKET/Graph.obj"
39+
# - name: Upload graph object to S3
40+
# run: aws s3 cp "otp_data/Graph.obj" "s3://$CAC_OTP_DATA_BUCKET/Graph.obj"

0 commit comments

Comments
 (0)