JeffDeCola/my-go-examples

View on GitHub
ci/tasks/task-readme-github-pages.yml

Summary

Maintainability
Test Coverage
# my-go-examples task-readme-github-pages.yml

platform: linux

# DOCKER BASE IMAGE FOR TASKS (BASED ON ALPINE, A SMALLER LINUX DISTRIBUTION)
image_resource:
  type: docker-image
  source:
    repository: golang
    tag: 1.20.1

inputs:
  - name: my-go-examples

outputs:
  - name: my-go-examples-updated

run:
  path: ./my-go-examples/ci/scripts/readme-github-pages.sh
  # args: [-debug]