-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build, ignore google download tests
Google download doesn't seem to work currently. Also * Updated service auth client. There's something strange here - the authclient didn't get updated on a compile, so I did it manually. * Deleted the unused baseclient in lib * Just fetched the one jar from `jars` rather than cloning the whole thing * Got rid of `six`
- Loading branch information
1 parent
e921d1f
commit 4e47df6
Showing
8 changed files
with
30 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,3 +52,4 @@ jobs: | |
shell: bash | ||
run: | | ||
sh $GITHUB_WORKSPACE/kb_sdk_actions/bin/kb-sdk test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
test_local | ||
sdk.cfg | ||
/bin/ | ||
/.classpath | ||
/.project | ||
/.pydevproject | ||
*.py.bak-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.