File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ workflows:
590
590
tags :
591
591
only : /.*/
592
592
593
- # Comment out the following two sections for local CircleCI testing.
593
+ # Comment out the following three sections for local CircleCI testing.
594
594
- deploy :
595
595
name : deploy-autoconnect
596
596
image : autoconnect
Original file line number Diff line number Diff line change @@ -19,5 +19,6 @@ ENV GOOGLE_APPLICATION_CREDENTIALS = /app/keys/service-account-key.json
19
19
ENV AUTOTRACK_REPORT_BUCKET_NAME = "autopush_reliability"
20
20
ENV AUTOTRACK_OUTPUT="md json"
21
21
RUN pip install .
22
- CMD ["python3" , "reliability_report.py" ]
22
+ # Specifying the full paths here to avoid an issue with executables not found.
23
+ CMD ["/usr/local/bin/python3" , "/app/reliability_report.py" ]
23
24
You can’t perform that action at this time.
0 commit comments