Skip to content

queue_up_workflow and wait_for_workflow not working #76

@teocomi

Description

@teocomi

Hiya!

I've been spending several hours trying to get either queue_up_workflow or wait_for_workflow working in my pipeline, but I keep getting a Exited with code exit status 22. Here's some of the code I'm using:

workflows:
 installers:
    jobs:
      ...

  deployment:
    jobs:
      - swissknife/queue_up_workflow:
          workflow-name: "installers"
      - deploy:
          requires: 
            - swissknife/queue_up_workflow

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions