Skip to content

Commit bd94866

Browse files
committed
Update templated files to rev 60cd897 (#372)
Automatically created PR based on commit 60cd897f07340894c19ee09c33c83da60babbd7a in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: adwk67 with message [reset stable helm repo]
1 parent 929c83f commit bd94866

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ env:
2222
DEV_REPO_HELM_URL: https://repo.stackable.tech/repository/helm-dev
2323
TEST_REPO_HELM_URL: https://repo.stackable.tech/repository/helm-test
2424
STABLE_REPO_HELM_URL: https://repo.stackable.tech/repository/helm-stable
25-
# TODO remove before final go-live!
26-
EXP_REPO_HELM_URL: https://repo.stackable.tech/repository/helm-experimental
2725

2826
jobs:
2927
# Identify unused dependencies
@@ -93,9 +91,8 @@ jobs:
9391
echo "exporting dev as target helm repo: ${{ env.DEV_REPO_HELM_URL }}"
9492
echo "::set-output name=helm_repo::${{ env.DEV_REPO_HELM_URL }}"
9593
elif [[ ( $TRIGGER == "create" || $TRIGGER == "push" ) && $GITHUB_REF == refs/tags/* ]]; then
96-
# TODO replace EXP with STABLE repo name
97-
echo "exporting stable as target helm repo: ${{ env.EXP_REPO_HELM_URL }}"
98-
echo "::set-output name=helm_repo::${{ env.EXP_REPO_HELM_URL }}"
94+
echo "exporting stable as target helm repo: ${{ env.STABLE_REPO_HELM_URL }}"
95+
echo "::set-output name=helm_repo::${{ env.STABLE_REPO_HELM_URL }}"
9996
else
10097
echo "Unknown trigger and ref combination encountered, skipping publish step: $TRIGGER $GITHUB_REF"
10198
echo "::set-output name=helm_repo::skip"

0 commit comments

Comments
 (0)