Skip to content
Snippets Groups Projects
Commit 5fad44f4 authored by Simon McVittie's avatar Simon McVittie
Browse files

ci: Use latest upstream version of debos


We no longer need to use my branch.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 1c8978e9
No related branches found
No related tags found
No related merge requests found
......@@ -70,21 +70,9 @@ pipeline {
mkdir -p "$HOME/go"
go get -v -x github.com/go-debos/fakemachine/cmd/fakemachine
(
cd ~/go/src/github.com/go-debos/fakemachine
git remote add smcv https://github.com/smcv/fakemachine
git fetch smcv
git merge smcv/test
)
go install -v -x github.com/go-debos/fakemachine/cmd/fakemachine
go get -v -x github.com/go-debos/debos/cmd/debos
(
cd ~/go/src/github.com/go-debos/debos
git remote add smcv https://github.com/smcv/debos
git fetch smcv
git merge smcv/test
)
go install -v -x github.com/go-debos/debos/cmd/debos
'''
}
......
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