Skip to content

Commit 0bf2631

Browse files
committed
fix fix pöplön
1 parent 2adaa15 commit 0bf2631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-kubernetes-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ jobs:
9898
sleep 10
9999
100100
echo "Deploying camunda bpmn into pod"
101-
camundaPod=$(kubectl get pods | grep 'soemi-moen' | awk 'print $1')
101+
camundaPod=$(kubectl get pods | grep 'soemi-moen' | awk '{print $1}')
102102
kubectl port-forward camundaPod 8080:8080
103103
curl -w "\n" -H "Content-Type: multipart/form-data" -F "deployment-name=soemi-moen-bpmn" -F "enable-duplicate-filtering=true" -F "deploy-changed-only=true" -F "deployment-source=process application" -F "data=@./soemi-moen/soemi-moen.bpmn" http://localhost:8080/engine-rest/deployment/create

0 commit comments

Comments
 (0)