CircleCI-Public / gcp-gke-orb

Interact with Google Kubernetes Engine (GKE) from CircleCI
https://circleci.com/orbs/registry/orb/circleci/gcp-gke
MIT License
7 stars 21 forks source link

Build failing on CircleCI #27

Closed jfulse closed 4 years ago

jfulse commented 4 years ago

Orb version

1.0.4 and 1.0.3

What happened

Build fails on CircleCI with the following error:

#!/bin/sh -eo pipefail
# ERROR IN CONFIG FILE:
# [#/orbs/gcr] 0 subschemas matched instead of one
# 1. [#/orbs/gcr] expected type: String, found: Mapping

Full output: error.txt

Expected behavior

The Build should work

jfulse commented 4 years ago

Fixed by itself