Skip to content

v1.6.0

Compare
Choose a tag to compare
@lmakarov lmakarov released this 05 Nov 18:19
· 90 commits to master since this release
7db3f00
  • Failing build if any of the steps in sandbox-init fail
  • Implemented ssh-agent forwarding support between the ci-agent and the sandbox server
  • Droping variables with null values in build-env
    • This allows, at the project level, unsetting build variables set at the org level
  • Using a double hyphen (--) to separate branch from project in the domain name
  • Default to using rsync for codebase initialization on the server (REMOTE_CODEBASE_METHOD=rsync)
  • Moved CI_SSH_KEY to optional vars in docs
    • Since rsync is used by default to sync to codebase to the server, the CI_SSH_KEY is no longer a requirement, since the sandbox server does not need access to the git repo to get the codebase.
  • Fixed grep for secrets variables in build-init
  • Added tests for git settings and ssh keys