Closed marcoow closed 7 years ago
Tests seem to be failing because sc
and the sauce launcher use 2 different tunnel identifiers… While both should use process.env.TRAVIS_JOB_NUMBER
actually, sc
does:
--tunnel-identifier 238.1
while the sauce launcher uses
"tunnelIdentifier":"238"
What's funny is that this actually seems to work for saucie…
Released saucie v3.0.0
Published as v1.10.0
, thanks again 🎉
@johanneswuerbach this should've probably been a major version bump here too, as the launchers that previously worked with the old saucie
most likely won't work anymore. I'd suggest republishing v1.9.x
as v1.10.1
and the current master
as v2.0.0
.
Yes, correct 🤕
sorry, should've mentioned that earlier 😞
Done!
@johanneswuerbach awesome, thanks!
This is the counterpart to johanneswuerbach/saucie#59