Skip to content

Commit

Permalink
what is this
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Feb 9, 2024
1 parent 6b3947f commit d4cfedc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/job-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,10 @@ jobs:
bake \
--repo=${{ github.event.inputs.repo }} \
--ref=${{ github.event.inputs.ref }} \
-f .github/workflows/config.py > execute.log
-f .github/workflows/config.py
exit 666
#> 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 d4cfedc

Please sign in to comment.