change plugin (#1663)

* change plugin

* fix

* fix upload
This commit is contained in:
Eugenio Romano
2020-09-09 14:42:47 +01:00
committed by GitHub
parent eee0c65f26
commit 9d52b366a1
5 changed files with 122 additions and 118 deletions

View File

@@ -1,10 +0,0 @@
const buildNumber = () => {
let buildNumber = process.env.TRAVIS_BUILD_NUMBER;
if (!buildNumber) {
process.env.TRAVIS_BUILD_NUMBER = Date.now();
}
return process.env.TRAVIS_BUILD_NUMBER;
}
module.exports = buildNumber;