Skip to content
Snippets Groups Projects
Commit 8bf9cbc2 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

spread.yaml: simplify the project path


The original project path implicitly relied on the pre-modules semantics
of Go source code layout, where the default GOPATH ~/go contained all
the source code arranged in go import path directories.

Since we rely on Go modules, we don't need this structure and can build
from any location.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent acece2c1
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ backends: ...@@ -18,7 +18,7 @@ backends:
password: ubuntu password: ubuntu
# Set spread project path to the correct place under GOPATH # Set spread project path to the correct place under GOPATH
path: /root/go/src/booting.oniroproject.org/distro/components/sysota path: /root/sysota
exclude: exclude:
# Exclude .cache which is used by GitLab CI jobs to bring in the qemu image. # Exclude .cache which is used by GitLab CI jobs to bring in the qemu image.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment