File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: Build Graph
22
33on :
44 workflow_dispatch :
5+ push :
6+ branches :
7+ - rm/**
58
69env :
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"
You can’t perform that action at this time.
0 commit comments