[libvirt-ci PATCH 0/2] add a 'go fmt' container for code style checks

Daniel P. Berrangé posted 2 patches 3 years, 11 months ago
Failed in applying to current master (apply log)
.gitlab-ci.yml               |  7 ++++++-
containers/go-fmt/Dockerfile |  9 +++++++++
containers/go-fmt/README.rst | 20 ++++++++++++++++++++
containers/go-fmt/go-fmt.sh  | 24 ++++++++++++++++++++++++
4 files changed, 59 insertions(+), 1 deletion(-)
create mode 100644 containers/go-fmt/Dockerfile
create mode 100644 containers/go-fmt/README.rst
create mode 100755 containers/go-fmt/go-fmt.sh
[libvirt-ci PATCH 0/2] add a 'go fmt' container for code style checks
Posted by Daniel P. Berrangé 3 years, 11 months ago
This common container will be used across all our Go based projects

Daniel P. Berrangé (2):
  gitlab: rename job for building check-dco container
  containers: add a standard container for running go fmt

 .gitlab-ci.yml               |  7 ++++++-
 containers/go-fmt/Dockerfile |  9 +++++++++
 containers/go-fmt/README.rst | 20 ++++++++++++++++++++
 containers/go-fmt/go-fmt.sh  | 24 ++++++++++++++++++++++++
 4 files changed, 59 insertions(+), 1 deletion(-)
 create mode 100644 containers/go-fmt/Dockerfile
 create mode 100644 containers/go-fmt/README.rst
 create mode 100755 containers/go-fmt/go-fmt.sh

-- 
2.25.4