Commit be83269
committed
cool, the last run confirmed that our ubuntu host can run AppImages and fuse is not an issue
* https://github.com/maltfield/cross-platform-python-gui/runs/725641922?check_suite_focus=true
Let's see if I can figure out how to tell it to use the docker image for a single step only *after* we run a command on the docker host (ubuntu) to setup fuse. Oh, we'll also want to checkout the code before the script runs -- both actions inside the docker container. Possible?
If this is too hard, I'll try harcoding the git clone in my script.
Worst case, I'll abandon docker and just do everything directly in ubuntu.1 parent 971872d commit be83269
1 file changed
+14
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 23 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
0 commit comments