@toptal/davinci-ci 2.0.7-alpha-feat-fx-2770-init-command.82 → 2.0.7-alpha-fix-alpha-release.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-ci",
3
- "version": "2.0.7-alpha-feat-fx-2770-init-command.82+ff2ccb8a",
3
+ "version": "2.0.7-alpha-fix-alpha-release.42+fe5ba52c",
4
4
  "description": "Continuos integrations tools for frontend projects",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -32,9 +32,9 @@
32
32
  "dependencies": {
33
33
  "@commitlint/cli": "^17.0.2",
34
34
  "@commitlint/config-conventional": "^17.0.3",
35
- "@toptal/davinci-cli-shared": "1.5.5-alpha-feat-fx-2770-init-command.118+ff2ccb8a",
35
+ "@toptal/davinci-cli-shared": "1.5.5-alpha-fix-alpha-release.78+fe5ba52c",
36
36
  "danger": "^11.0.7",
37
37
  "markdown-table": "^2.0.0"
38
38
  },
39
- "gitHead": "ff2ccb8ac9507a756f77134dd948939f47e79493"
39
+ "gitHead": "fe5ba52c91289c9c6a37f10c391dd6c46f699fc5"
40
40
  }
@@ -258,25 +258,6 @@ pipeline {
258
258
  }
259
259
  } //stage
260
260
 
261
- // TODO: temporary disabled
262
- // enable with https://toptal-core.atlassian.net/browse/FX-1230
263
- // stage('Report code coverage metrics') {
264
- // steps {
265
- // script {
266
- // version = sh(returnStdout: true, script: "git log -n 1 --pretty=format:'%h'").trim()
267
-
268
- // sh """
269
- // docker run \
270
- // -v ${pwd()}:/app/ \
271
- // -v ${jenkinsTestsCoverageDirectory}:/app/${testsCoverageDirectory} \
272
- // -e NPM_TOKEN=${NPM_TOKEN} \
273
- // --rm gcr.io/toptal-hub/davinci-code-metrics:latest \
274
- // sh -c \"yarn install --frozen-lockfile && yarn davinci qa code-metrics --login ${SONARQUBE_TOKEN} --name ${repositoryName} --version ${version} \"
275
- // """
276
- // }
277
- // }
278
- // } //stage
279
-
280
261
  stage('Publish as package') {
281
262
  when {
282
263
  expression { return isEnabledInDavinciYaml("master", "publish_as_package") }