getoutreach / goql

A GraphQL client package written in Go.
Apache License 2.0
19 stars 2 forks source link

chore: Restencil #109

Closed lelandbatey closed 7 months ago

lelandbatey commented 7 months ago

What this PR does / why we need it

Fixes the problem where all PR's in this repo would fail due to a step named ci/circleci: docker that tried to build a docker image even though this repo is a library, not a service that builds a docker image.

A stencil/bootstrap change 14 months ago added the docker ci build step even though this repo doesn't deploy a docker; this repo is only a library. In cases like this, were you have a stenciled repo but you're not building an actual service, you have to disable the CI steps for building a docker container by setting arguments.ciOptions.skipDocker to true in the service.yaml file AND THEN you have to re-run stencil so stencil will remove the docker steps from .circleci/config.yml.

In a previous PR we added the ciOptions.skipDocker but it seems we didn't re-run stencil since the docker steps were still present in the .circleci/config.yml file.

This change fixes that broken CI step by restenciling, which removes the docker step from CI which was always failing.

Jira ID

No jira, this just needs to happen

Notes for your reviewers

getoutreach-ci-2[bot] commented 7 months ago

:tada: This PR is included in version 1.12.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: