You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah... nevermind—it looks like Travis got confused after we upgraded BLT to the latest version. Somehow it built multiple tags at the same time and caused a race condition—our 1.4.0 tag was somehow built as 1.5.0-build, and pushed to the artifact repo. When the 1.5.0 tag was built, it was deployed as 1.5.0-build as well, but then it failed to push because that tag already existed in the artifact repo.
And looking back in my logs, it looks like I had two tags in my fork that were pushed at the same time, causing this race condition... oops! So no bug here, just a weird behavior if you push two tags at once.
My system information:
Output of
blt doctor
:When I run this command:
master
branch).I get the following output:
Travis CI runs normally, then outputs:
And I expected this to happen:
The text was updated successfully, but these errors were encountered: