v0.20.16
Changelog
-
Support webhook for Gitee
-
Enable to load YAML configuration in Git repository (.flowci.yaml)
-
Enable to execute step and plugin in docker container
- name: docker-run envs: MY_MESSAGE: "hello" docker: image: "ubuntu:18.04" script: | echo $MY_MESSAGE
-
Improve performance on web terminal logging
-
Bug fix
Docker images
## core
docker pull flowci/core:latest
docker pull flowci/core:0.20.16
## web
docker pull flowci/web:latest
docker pull flowci/web:0.20.16
## agent
docker pull flowci/agent:latest
docker pull flowci/agent:0.19.16