-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dronegen/mac.go: Sync Connect version with Teleport #13099
Conversation
Make sure to re-run dronegen on #12257 if you merge this in. |
ddaec35
to
6cc92d9
Compare
I reverted the change which dynamically looks up which dir Teleport Connect is built under. At this point in the build script, At least now I know that if we ever decide to change the name of the dir, updating the build steps won't be as hard as I thought it'd be. |
We didn't end up using it, see gravitational/teleport#13099.
We didn't end up using it, see gravitational/teleport#13099.
* Remove get-teleport-connect-dir We didn't end up using it, see gravitational/teleport#13099. * Run build-term & package-term in Webapps-Build pipeline * Remove build script from package.json It seems like it's no longer used anywhere at this point.
* Remove get-teleport-connect-dir We didn't end up using it, see gravitational#13099. * Run build-term & package-term in Webapps-Build pipeline * Remove build script from package.json It seems like it's no longer used anywhere at this point.
* Remove get-teleport-connect-dir We didn't end up using it, see #13099. * Run build-term & package-term in Webapps-Build pipeline * Remove build script from package.json It seems like it's no longer used anywhere at this point.
An improvement to #12257.
This PR makes it so that instead of using the
version
field frompackages/teleterm/package.json
, electron-builder will use the version number passed through CLI flags. This will make sure that Connect always uses the same version number as other Teleport artifacts.Also, the Drone build number will be added as
BUILD_NUMBER
so that it'll be visible in the final app (1337
in the screenshot).The Drone run with recent changes: https://drone.platform.teleport.sh/gravitational/teleport/12533/12/1