File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments