#!/bin/bash # shellcheck disable=SC2034 export QUAY_REGISTRY_ORG="rhtap_qe" export ARTIFACTORY_REGISTRY_ORG="rhtap" export NEXUS_REGISTRY_ORG="rhtap" # ========================== GIT REPOSITORY ========================== # When using Github as git repository, set the following variables export GITHUB_ORGANIZATION="rhtap-rhdh-qe" # When using Bitbucket as git repository, set the following variables export BITBUCKET_WORKSPACE="rhtap-test" export BITBUCKET_PROJECT="RHTAP" # ========================== CI ====================================== # When using Azure pipelines, set the following variables export AZURE_PROJECT="shared-public"