Skip to content

Commit

Permalink
Merge pull request #36 from chentex/upload-files-gdrive
Browse files Browse the repository at this point in the history
Upload files to Gdrive
  • Loading branch information
kurtismullins authored Jun 14, 2021
2 parents a3f8d2d + 68cf645 commit 8552cea
Show file tree
Hide file tree
Showing 4 changed files with 501 additions and 285 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: flake8 Lint
uses: py-actions/flake8@v1
with:
path: "export_report.py"
path: "automation.py"
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# DevEnv
.vscode
# App
ocm-load-test
config.yaml
results
.vscode
# GDriveAPI
credentials.json
token.pickle
Loading

0 comments on commit 8552cea

Please sign in to comment.