Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify sbt-matrix.yml and sbt.yml into cmd.yml #19

Merged
merged 11 commits into from May 5, 2022
Merged

Unify sbt-matrix.yml and sbt.yml into cmd.yml #19

merged 11 commits into from May 5, 2022

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    045a586 View commit details
    Browse the repository at this point in the history
  2. Substitute {0} with java version in cache-key

    We can access env variables in caller workflow in jobs.<job_id>.with.<with_id>
    Also wen can't use bash $... syntax because this will not be run in bash
    So this is to only workaround I can think of right now...
    mkurz committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    289d7e5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    b7c1891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    988ca67 View commit details
    Browse the repository at this point in the history
  3. Make Java 8 the default

    mkurz committed May 1, 2022
    Configuration menu
    Copy the full SHA
    bbbd8e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48a8368 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11ca92d View commit details
    Browse the repository at this point in the history
  6. sbt-matrix.yml -> cmd.yml

    mkurz committed May 1, 2022
    Configuration menu
    Copy the full SHA
    f2a67fc View commit details
    Browse the repository at this point in the history
  7. java input is a sequence now

    mkurz committed May 1, 2022
    Configuration menu
    Copy the full SHA
    fa0917a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. * java/scala parameters of CMD as simple comma separated string

    * Docs
    * Add `ref` parameter to any workflows for checkout to special branch, tag or SHA
    ihostage authored and mkurz committed May 5, 2022
    Configuration menu
    Copy the full SHA
    83edfb2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from playframework/cmd-ihostage

    Improve universal CMD task
    mkurz committed May 5, 2022
    Configuration menu
    Copy the full SHA
    2dd5218 View commit details
    Browse the repository at this point in the history