We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957ca37 commit 8a1be1eCopy full SHA for 8a1be1e
1 file changed
.circleci/config.yml
@@ -7,7 +7,7 @@ jobs:
7
build_git_linux:
8
machine:
9
image: ubuntu-1604:201903-01
10
- env:
+ environment:
11
# We're allowing people to download nightlies through CircleCI's artifacts
12
# so we're gonna be packaging it as close as possible to the released versions.
13
VSCODE_VERSION: '1.38.1'
@@ -26,7 +26,7 @@ jobs:
26
build_git_alpine:
27
28
29
30
31
VERSION: .git-nightly
32
MINIFY: true
@@ -43,7 +43,7 @@ jobs:
43
build_git_macos:
44
macos:
45
xcode: 11.0.0
46
47
48
49
0 commit comments