Skip to content

Commit 0bcbbd7

Browse files
committed
TEMP to run test w/o graph builg
1 parent 0f7f752 commit 0bcbbd7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-graph.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3636
aws-region: ${{ secrets.AWS_REGION }}
3737

38-
- name: Download latest GTFS, OSM, and elevation files from S3
39-
run: aws s3 sync --exclude "Graph.obj" "s3://$CAC_OTP_DATA_BUCKET/" "otp_data"
38+
# - name: Download latest GTFS, OSM, and elevation files from S3
39+
# run: aws s3 sync --exclude "Graph.obj" "s3://$CAC_OTP_DATA_BUCKET/" "otp_data"
4040

41-
- name: Build graph
42-
run: |
43-
cd deployment/dataproc/graph
44-
docker compose run --rm otp otp --build /var/otp
41+
# - name: Build graph
42+
# run: |
43+
# cd deployment/dataproc/graph
44+
# docker compose run --rm otp otp --build /var/otp
4545

46-
- name: Upload graph object to S3
47-
run: aws s3 cp "otp_data/Graph.obj" "s3://$CAC_OTP_DATA_BUCKET/Graph.obj"
46+
# - name: Upload graph object to S3
47+
# run: aws s3 cp "otp_data/Graph.obj" "s3://$CAC_OTP_DATA_BUCKET/Graph.obj"

0 commit comments

Comments
 (0)