Skip to content

Commit 8a1be1e

Browse files
author
Ayane Satomi
committed
[ci] fix env once more?
Signed-off-by: Ayane Satomi <sr229@coder.com>
1 parent 957ca37 commit 8a1be1e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build_git_linux:
88
machine:
99
image: ubuntu-1604:201903-01
10-
env:
10+
environment:
1111
# We're allowing people to download nightlies through CircleCI's artifacts
1212
# so we're gonna be packaging it as close as possible to the released versions.
1313
VSCODE_VERSION: '1.38.1'
@@ -26,7 +26,7 @@ jobs:
2626
build_git_alpine:
2727
machine:
2828
image: ubuntu-1604:201903-01
29-
env:
29+
environment:
3030
VSCODE_VERSION: '1.38.1'
3131
VERSION: .git-nightly
3232
MINIFY: true
@@ -43,7 +43,7 @@ jobs:
4343
build_git_macos:
4444
macos:
4545
xcode: 11.0.0
46-
env:
46+
environment:
4747
VSCODE_VERSION: '1.38.1'
4848
VERSION: .git-nightly
4949
MINIFY: true

0 commit comments

Comments
 (0)