travis-ci / travis-yaml

parses, normalizes, validates and serializes your .travis.yml
http://yaml.travis-ci.org/
MIT License
170 stars 66 forks source link

OCTOKIT_API_ENDPOINT fails validation #113

Closed aaronmcohen closed 7 years ago

aaronmcohen commented 7 years ago

The instructions from https://docs.travis-ci.com/user/deployment/releases/ includes a code snippet which fails to validate:

env:
  global:
    - OCTOKIT_API_ENDPOINT: "GITHUB ENTERPRISE API ENDPOINT"

results with the following warnings:

BanzaiMan commented 7 years ago

Ooops. The documentation is wrong. It should be:

env:
  global:
    - OCTOKIT_API_ENDPOINT="GITHUB ENTERPRISE API ENDPOINT"

I'll fix the documentation shortly.

aaronmcohen commented 7 years ago

Thanks!

On Mar 28, 2017, at 2:26 PM, Hiro Asari notifications@github.com wrote:

Ooops. The documentation is wrong. It should be:

env: global:

  • OCTOKIT_API_ENDPOINT="GITHUB ENTERPRISE API ENDPOINT" I'll fix the documentation shortly.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/travis-ci/travis-yaml/issues/113#issuecomment-289861326, or mute the thread https://github.com/notifications/unsubscribe-auth/ALX50IB5NStYdWYjnwH7UyAjA8FBaYg3ks5rqVDqgaJpZM4Mr-G0.