This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Static variables | |
export NAME_SPACE=rhdh | |
export CLUSTER_USERNAME=kubeadmin | |
# export RELEASE_NAME=redhat-developer-hub | |
export RELEASE_NAME=backstage | |
# export HELM_CHART_VALUE_FILE_NAME='./helm-values/rhdh-1.2-68-values.yaml' | |
# export HELM_CHART_VALUE_FILE_NAME='./values-rhdh.yaml' | |
# export HELM_CHART_VALUE_FILE_NAME='./audit-log-values.yaml' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
generate_backstage_package(){ | |
PKG_NAME=$1 | |
if [[ $PKG_NAME =~ ^plugin-(.*) ]]; then | |
cd ${SRC_REPO_PATH}/plugins/${PKG_NAME:7} || return 1 | |
echo "Changed directory to $(pwd)" | |
else | |
cd ${SRC_REPO_PATH}/packages/${PKG_NAME} || return 1 | |
echo "Changed directory to $(pwd)" |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn run v1.22.21 | |
$ turbo run test | |
• Packages in scope: @janus-idp/backstage-plugin-3scale-backend, @janus-idp/backstage-plugin-aap-backend, @janus-idp/backstage-plugin-acr, @janus-idp/backstage-plugin-analytics-module-matomo, @janus-idp/backstage-plugin-analytics-provider-segment, @janus-idp/backstage-plugin-argocd, @janus-idp/backstage-plugin-bulk-import, @janus-idp/backstage-plugin-dynamic-plugins-info, @janus-idp/backstage-plugin-feedback, @janus-idp/backstage-plugin-feedback-backend, @janus-idp/backstage-plugin-jfrog-artifactory, @janus-idp/backstage-plugin-keycloak-backend, @janus-idp/backstage-plugin-kiali, @janus-idp/backstage-plugin-kiali-backend, @janus-idp/backstage-plugin-matomo, @janus-idp/backstage-plugin-matomo-backend, @janus-idp/backstage-plugin-nexus-repository-manager, @janus-idp/backstage-plugin-ocm, @janus-idp/backstage-plugin-ocm-backend, @janus-idp/backstage-plugin-ocm-common, @janus-idp/backstage-plugin-openshift-image-registry, @janus-idp/backstage-plugin-orchestrator, @janus-idp/back |