We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd9ab7 commit a9e8f8bCopy full SHA for a9e8f8b
.github/workflows/sync.yml
@@ -36,5 +36,6 @@ jobs:
36
filename: .env
37
working-directory: "/home/runner/work/python-pipelines/python-pipelines/gdrive-aws-data-sync-workflow"
38
- run: |
39
- cd gdrive-aws-sync-workflow && pip install -r requirements.txt && python gdrive_sync_to_s3.py
+ ls -lah /home/runner/work/python-pipelines/python-pipelines/gdrive-aws-data-sync-workflow
40
+# cd gdrive-aws-sync-workflow && pip install -r requirements.txt && python gdrive_sync_to_s3.py
41
0 commit comments