Skip to content

docker-coq-action v1.2.0

Compare
Choose a tag to compare
@erikmd erikmd released this 27 Nov 16:07
· 74 commits to master since this release
v1.2.0
ab40295

Bugfix:

  • Prepend 'exec 2>&1' to custom_script to untangle output (PR #32 by @erikmd)

Documentation:

  • Add sudo-chown example & fail-fast remark (PR #30 by @erikmd)

New Features:

  • Add feature to export env variables (PR #31 by @erikmd)
  • Split custom_script to enhance the customization experience (PR #33 by @erikmd)
    → custom_script now interpolates {{before_install}}, {{install}}, {{after_install}}, {{before_script}}, {{script}}, {{after_script}}, {{uninstall}}

Changelog: v1.1.0...v1.2.0Refman: v1.2.0