Commit 6cb29bd
authored
Fix cloud deploy script (#867)
The Python build tool does not handle symlinks. This eliminates the
dependency on the local code mgmt tool from the build script. It also
makes it clear where references to source dirs are actually required.
Once we start pulling `kagglesdk` from pypi.org then this will need to
change. At that time other changes will need to be made to this script
and it should be obvious where the current mod needs to be updated.1 parent 3f8e54c commit 6cb29bd
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments