GithubHelp home page GithubHelp logo

Comments (4)

Joshua-Anderson avatar Joshua-Anderson commented on August 20, 2024
provider:
    provider: cloudfoundry

should be:

provider: cloudfoundry

from enterprise-installation.

MitchK avatar MitchK commented on August 20, 2024

Hi @Joshua-Anderson
Thank you very much! This was the reason.

However, this is what travis setup cloudfoundry generates.

$ travis setup cloudfoundry
Detected repository as xxx/xxx, is this correct? |yes| yes
Cloud Foundry username: xxx
Cloud Foundry password: ********
Cloud Foundry organization: xxx
Cloud Foundry space: xxx
Deploy only from xxx/xxx? |yes| yes
Encrypt Password? |yes| yes
$ cat .travis.yml 
language: node_js
deploy:
  provider:
    provider: cloudfoundry
  api: https://api.cf.mycompany.corp
  username: xxx
  password:
    secure: xxx
  organization: xxx
  space: xxx
  on:
    repo: xxx/xxx
$ travis -v
1.7.6

Furthermore, our internal CF PaaS is still in development, so we still have a self-signed certificate for that. Normally we would do cf login --skip-ssl-validation.

Is there a skip-ssl-validation in the .travis.yml? If not, this is not a big issue since the other team will fix this soon. Shell script deployment also works for us for now.

from enterprise-installation.

Joshua-Anderson avatar Joshua-Anderson commented on August 20, 2024

However, this is what travis setup cloudfoundry generates.

Please open a bug at travis-ci/travis.rb

Is there a skip-ssl-validation in the .travis.yml?

No, but that is a easy fix to the cloud foundry deploy code

from enterprise-installation.

MitchK avatar MitchK commented on August 20, 2024

Thanks, I guess that's it so far 👍

from enterprise-installation.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.