ci: Check out virtme-ng tag instead of branch
The upstream branch is gone, so use the corresponding tag instead. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3081>
This commit is contained in:
parent
c858ad7f91
commit
c8b019a265
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ variables:
|
||||||
git clone https://github.com/arighi/virtme-ng.git
|
git clone https://github.com/arighi/virtme-ng.git
|
||||||
cd virtme-ng
|
cd virtme-ng
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
git checkout upstream/1.8
|
git checkout v1.8
|
||||||
./setup.py install --prefix=/usr
|
./setup.py install --prefix=/usr
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf virtme-ng
|
rm -rf virtme-ng
|
||||||
|
|
Loading…
Reference in a new issue