riju icon indicating copy to clipboard operation
riju copied to clipboard

Intermediate build artifacts are not published

Open raxod502 opened this issue 3 years ago • 0 comments

E.g., when I have built a new language and it is time to publish, dep deploy:live --publish gives the following:

ARTIFACT         ACTION                    
---------------  --------------------------
image:app                  rebuild         
image:app                           publish
image:lang-odin                     publish
test:lang-odin                      publish
deploy:ready                        publish
deploy:live                         publish

Plan: 1 to rebuild, 5 to publish

Do you want to perform these actions?
  Depgraph will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value: 

We should be publishing deb:lang-odin as well, but are not. Workaround is to pass --all.

raxod502 avatar Jul 15 '21 06:07 raxod502