e2e: Refactor Azure test suite to use go-git
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
committed by
Stefan Prodan
parent
8674f31874
commit
3b7c40bbb3
5
.github/workflows/e2e-azure.yaml
vendored
5
.github/workflows/e2e-azure.yaml
vendored
@@ -27,11 +27,6 @@ jobs:
|
||||
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||
with:
|
||||
go-version: 1.19.x
|
||||
- name: Install libgit2
|
||||
run: |
|
||||
echo "deb http://archive.ubuntu.com/ubuntu/ kinetic universe" | sudo tee -a /etc/apt/sources.list
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y -t kinetic libgit2-dev=1.3.0+dfsg.1-3ubuntu1
|
||||
- name: Setup Flux CLI
|
||||
run: |
|
||||
make build
|
||||
|
||||
Reference in New Issue
Block a user