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