Commit c9b6b01
authored
Fix the ci-release target in Makefile (#337)
Attempt to fix failing v0.3.0 release:
```
WARNING: Error loading config file: /root/.docker/config.json: : read /root/.docker/config.json: is a directory
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credential-stores
Error saving credentials: rename /root/.docker/config.json3144492920 /root/.docker/config.json: file exists
make: *** [Makefile:62: ci-release] Error 1
Error: Process completed with exit code 2.
```
- Removing Docker config management since it is not necessary for this
release
- Simplifying workspace dir setup1 parent d811d3f commit c9b6b01
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 66 | + | |
| 67 | + | |
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
| |||
0 commit comments