I am trying to use Pipelines but I am getting a failing pipeline but with no log, only the message: "No logs to display"
My `bitbucket-pipelines.yml` is:
pipelines: default: - step: image: name: my_image username: docker-pull password: $MY_PASS email: email@my_company.com script: - bundle install - bundle exec rspec services: - mongo - redis definitions: services: mongo: image: mongo redis: image: redis
@sergiotoledo Hello. Have u fixed this issue? I bumped into this issue too and cannot cope with it
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.