Skip to content

Commit

Permalink
remove exit 128
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Jan 12, 2024
1 parent 20f750c commit 819234b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/job-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ jobs:
bake \
--repo=${{ github.event.inputs.repo }} \
--ref=${{ github.event.inputs.ref }} \
-f .github/workflows/config.py
exit 128
#> execute.log
-f .github/workflows/config.py > execute.log
# export all the valuable information from the logs
JOB_NAME=$(cat execute.log | grep -oP 'flinkdeployment\.flink\.apache\.org/\K[^ ]+' | head -n1)
Expand Down

0 comments on commit 819234b

Please sign in to comment.