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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.