Skip to content

1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 16:38
· 323 commits to main since this release
dcb52cf
  • remote config load is based on time now. By defaut, once per 24 hours
  • introduce remote_config_check_cycle to config the remote config check period
  • introduce remote_config_check_time to indicate next remote check time
  • rename config enable_ci to ci_enabled
  • patch two new variables from upstream repo:
  • variable #SCRIPT# is mapped to the command name with extension .bat in windows, .sh in linux
  • variable #SCRIPT_EXT# is mapped to .bat in windows, .sh in linux