github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/artifacts/example-4.yaml (about)

     1  # https://docs.gitlab.com/ee/ci/yaml/#artifactsexpose_as
     2  
     3  test:
     4    script: ["echo 'test' > file.txt"]
     5    artifacts:
     6      expose_as: 'artifact 1'
     7      paths: ['file.txt']