diff options
author | Chris Evich <cevich@redhat.com> | 2022-05-23 12:17:14 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-05-23 12:18:53 -0400 |
commit | aa25650e61196395292406b149b65e94a6e58b69 (patch) | |
tree | da303a510e0b1d1f6d766ee546be85a1403c683b | |
parent | 12d30e63f055d904277c647a4ddbf406e28883f9 (diff) | |
download | podman-aa25650e61196395292406b149b65e94a6e58b69.tar.gz podman-aa25650e61196395292406b149b65e94a6e58b69.tar.bz2 podman-aa25650e61196395292406b149b65e94a6e58b69.zip |
Cirrus: Remove unused netavark/aardvark variables
CI on the `v4.1` branch uses netavark & aardvark-dns packages built into
the VM images. However there were several leftover env. var.
definitions from a previous solution, which may be confusing to future
maintainers. Delete them.
Signed-off-by: Chris Evich <cevich@redhat.com>
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index d69e7dd87..dd463efd8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,10 +7,6 @@ env: #### # Name of the ultimate destination branch for this CI run, PR or post-merge. DEST_BRANCH: "v4.1" - # Netavark branch to use when TEST_ENVIRON=host-netavark - NETAVARK_BRANCH: "main" - # Aardvark branch to use - AARDVARK_BRANCH: "main" # Overrides default location (/tmp/cirrus) for repo clone GOPATH: &gopath "/var/tmp/go" GOBIN: "${GOPATH}/bin" |