tet123/github-support/jdk-matrix.sh

5 lines
521 B
Bash
Raw Normal View History

# This script generates a JDK matrix workflow.
# This workflow is based on the template jdk-matrix.yml and uses jobs.yml as the data-source for data-driven jobs.
# The output of this script is automatically written to the .github/workflows/jdk-outreach-workflow.yml file.
# When changes are made to the jobs.yml or jdk-matrix.yml template, this script should be used to regenerate the GitHub Actions workflow prior to being committed.
ytt -f ./jdk-matrix.yml -f ./jobs.yml > ../.github/workflows/jdk-outreach-workflow.yml