Skip to content

danielwegener/dagger-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of a dagger typescript "monorepo" like project.

Here we are trying to create reusable "pipelines" (sets of materializeable goals), for different submodules (foo and bar).

In this example we pretend that there are two "build"-actions for the similar shaped modules foo and bar:

  • out: simply returns the out.txt file within the submodule
  • slow-out: waits 10 seconds and the nreturns the out.txt file within the submodule

Calling the cli with dagger call foo out, I would have expected to only synchronize out, but it somehow materializes slow-out as well:

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors