File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ version: 2
7
7
jobs :
8
8
build :
9
9
<< : *defaults
10
- environment :
11
- SUBSCRIPTION_KEY : $SUBSCRIPTION_KEY
12
10
steps :
13
11
- checkout
14
12
- attach_workspace :
72
70
name : Run codevoc
73
71
command : ' ./node_modules/.bin/codecov -t $CODECOV_TOKEN'
74
72
environment :
75
- - CODECOV_TOKEN : " 83a5682f-4c9f-4ed7-9da8-ccc04416f364 "
73
+ - CODECOV_TOKEN : " $CODECOV_TOKEN "
76
74
- store_artifacts :
77
75
path : temp/coverage
78
76
prefix : coverage
Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ const uuidv4 = require('uuid/v4');
16
16
17
17
// Replace with process.env.subscriptionKey to get an access to Azure Cognitive services
18
18
const subscriptionKey = process . env . SUBSCRIPTION_KEY ;
19
- console . log ( subscriptionKey ) ;
20
- console . log ( JSON . stringify ( process . env ) ) ;
21
- const endpoint = "https://westeurope.api.cognitive.microsoft.com" ;
19
+ const endpoint = "https://westeurope.api.cognitive.microsoft.com/" ;
22
20
23
21
const locHelper = require ( './export-localization' ) ;
24
22
// Load configuration for supported languages
You can’t perform that action at this time.
0 commit comments