Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the ability to add code to a job in a workflow #144

Merged
merged 11 commits into from
Jan 11, 2024
Merged

Conversation

sebprt
Copy link
Contributor

@sebprt sebprt commented Jan 10, 2024

version: '0.3'
satellites:
  akeneo_to_csv_test:
    label: 'Export into csv'
    filesystem:
      path: build
    workflow:
      name: 'Akeneo to csv'
      jobs:
        - code: 'extract_products_from_akeneo_to_csv' # possibilité d'ajouter un code a un job
          pipeline:
            name: 'Extract products from Akeneo'
```yaml

@sebprt sebprt added the GTM label Jan 10, 2024
@sebprt sebprt requested a review from gplanchat January 10, 2024 13:13
@sebprt sebprt self-assigned this Jan 10, 2024
src/Runtime/Workflow/Configuration.php Outdated Show resolved Hide resolved
src/Service.php Outdated Show resolved Hide resolved
@gplanchat gplanchat merged commit 48c50cf into main Jan 11, 2024
4 of 9 checks passed
@gplanchat gplanchat deleted the fix/code-issues branch January 11, 2024 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

3 participants