Skip to content

Commit 953121e

Browse files
Rui Gaoclaude
andcommitted
Remove webportal-dind replacement logic from CI build workflow
Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
1 parent fc4469a commit 953121e

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/build-deploy-changes.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -182,18 +182,7 @@ jobs:
182182
--overwrite-existing
183183
kubelogin convert-kubeconfig -l azurecli
184184
kubectl config use-context ${{ secrets.KUBERNETES_CLUSTER }}
185-
# Replace "webportal" with "webportal-dind" if "webportal" is changed
186185
services_to_deploy="${{ steps.changes.outputs.folders }}"
187-
if echo " $services_to_deploy " | grep -q " webportal "; then
188-
tmp=""
189-
for s in $services_to_deploy; do
190-
[ "$s" = "webportal" ] && continue
191-
[ "$s" = "webportal-dind" ] && continue
192-
tmp="$tmp $s"
193-
done
194-
services_to_deploy="$tmp webportal-dind"
195-
services_to_deploy=$(echo "$services_to_deploy" | xargs)
196-
fi
197186
echo "Final services to deploy: $services_to_deploy"
198187
if echo " $services_to_deploy " | grep -q " cluster-local-storage-worker "; then
199188
sed -i '42s/value: "8"/value: "0"/' $GITHUB_WORKSPACE/src/cluster-local-storage-worker/deploy/cluster-local-storage-worker.yaml.template

0 commit comments

Comments
 (0)