always use latest npmci

This commit is contained in:
Philipp Kunz
2016-06-02 18:09:07 +02:00
parent 4e4fb1399f
commit 23ca382590
3 changed files with 8 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import {prepare} from "./npmci.prepare";
import {bash} from "./npmci.bash";
//Variables
let triggerEnvPrefix = "NPMCI_TRIGGER";
let triggerEnvPrefix = "NPMCI_TRIGGER_";
export let trigger = function(){
let done = plugins.q.defer();