Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
ci: add tmt distro context for bib
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Shi <[email protected]>
  • Loading branch information
shi2wei3 committed May 16, 2024
1 parent 2943662 commit f5b921d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tekton/testing-farm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,10 @@ spec:
BASE_IMAGE_VERSION=$(jq -r '.Labels.version' skopeo_inspect.json)
if [[ ${BASE_IMAGE_NAME} =~ ^ubi ]]; then
COMPOSE=RHEL-${BASE_IMAGE_VERSION}.0-Nightly
DISTRO=rhel
else
COMPOSE=Fedora-Rawhide
DISTRO=fedora
fi
else
echo "Error: unknown container image name: $IMAGE_NAME"
Expand Down

0 comments on commit f5b921d

Please sign in to comment.