You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by al...@apache.org on 2017/07/25 08:33:39 UTC

cordova-paramedic git commit: CB-13028 Pick up tunnel id from env.var

Repository: cordova-paramedic
Updated Branches:
  refs/heads/master df5944684 -> 258f10e8b


CB-13028 Pick up tunnel id from env.var


Project: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/commit/258f10e8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/tree/258f10e8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/diff/258f10e8

Branch: refs/heads/master
Commit: 258f10e8b2d6832834f4176f3b4b392c93adbcff
Parents: df59446
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Tue Jul 25 11:33:29 2017 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Tue Jul 25 11:33:29 2017 +0300

----------------------------------------------------------------------
 lib/paramedic.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/258f10e8/lib/paramedic.js
----------------------------------------------------------------------
diff --git a/lib/paramedic.js b/lib/paramedic.js
index ede8065..736a464 100644
--- a/lib/paramedic.js
+++ b/lib/paramedic.js
@@ -873,7 +873,7 @@ ParamedicRunner.prototype.connectSauceConnect = function () {
         sauceConnectLauncher({
             username: self.config.getSauceUser(),
             accessKey: self.config.getSauceKey(),
-            tunnelIdentifier: self.config.getSauceTunnelId(),
+            tunnelIdentifier: self.config.getSauceTunnelId() || process.env[util.SAUCE_TUNNEL_ID_ENV_VAR],
             connectRetries: util.SAUCE_CONNECT_CONNECTION_RETRIES,
             connectRetryTimeout: util.SAUCE_CONNECT_CONNECTION_TIMEOUT,
             downloadRetries: util.SAUCE_CONNECT_DOWNLOAD_RETRIES,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org