Skip to content

Commit

Permalink
try kill
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Dec 21, 2022
1 parent e309c44 commit 602f382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
make list
pods=$(kubectl get -n flux-operator pod --output=jsonpath={.items..metadata.name});
pod="${pods%% *}"
kubectl port-forward -n flux-operator ${pod} 5000:5000
kubectl port-forward -n flux-operator ${pod} 5000:5000 &
portpid=$!
echo $pid $portpid
sleep ${jobtime}
Expand Down

0 comments on commit 602f382

Please sign in to comment.