Could somebody please run `deploy` with latest 13 ...
# 💻|contributing
c
Could somebody please run
deploy
with latest 13 in the remote-sources example after deleting .garden dir and report back if it works 🙏 It works perfectly on my end but e2e is failing, maybe I have the sources caches somewhere idk
a
yeah i was just looking into this, created a draft pr for changing a few more references here https://github.com/garden-io/garden/pull/4373 but it still fails
aha, it's probably because the branch
0.13
no longer exists on those remote sources
also interesting sidenote, running
gdev deploy
again will result in a different error - it seems to continue despite the source step having failed
c
I intentionally didn't delete the 0.13 branches on the example repos so I'm quite bewildered on why the e2e suddenly dropped once I merged the prs
a
looks like the branch got deleted on
garden-example-remote-sources-db-services
s
Huh, that's strange. The branch on the repo with the remote sources was deleted?
These tests were passing yesterday, btw
a
github can occasionally be a bit eager to auto-delete branches after merging
s
Aha I see
The behaviour of a program is a function of the source code, and the state of the rest of the universe
Haha
a
we're having difficulties observing this schrödinger's branch in the e2e tests
c
I just restored the branch after deletion