[solved] 1.0.0-rc.2 All steps run in parallel without depends_on defined

Using the latest build of rc.2, all steps run at the same time with no depends_on defined.

Here is example yaml:

---
kind: pipeline
name: default
steps:
  - name: test1
    image: alpine
    commands:
      - sleep 60

  - name: test2
    image: alpine
    commands:
      - sleep 60

47%20PM

you are right, I introduced a regression when I implemented depends_on, I just issued a patch and a new image should be ready in 10 minutes.

1 Like

I had the same issue, it’s solved by a docker-compose pull