Skip to content

Commit 957ca37

Browse files
author
Ayane Satomi
committed
[ci] attempt to fix env vars not exporting
Signed-off-by: Ayane Satomi <sr229@coder.com>
1 parent 34c1a3f commit 957ca37

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ jobs:
1010
env:
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.
13-
VSCODE_VERSION: 1.38.1
13+
VSCODE_VERSION: '1.38.1'
1414
VERSION: .git-nightly
1515
MINIFY: true
1616
PACKAGE: true
1717
TARGET: linux
18-
PLATFORM: $(if [ -z $TARGET ]; then echo "darwin"; fi)
1918
steps:
2019
- checkout
2120
- run:
@@ -28,12 +27,11 @@ jobs:
2827
machine:
2928
image: ubuntu-1604:201903-01
3029
env:
31-
VSCODE_VERSION: 1.38.1
30+
VSCODE_VERSION: '1.38.1'
3231
VERSION: .git-nightly
3332
MINIFY: true
3433
PACKAGE: true
3534
TARGET: alpine
36-
PLATFORM: $(if [ -z $TARGET ]; then echo "darwin"; fi)
3735
steps:
3836
- checkout
3937
- run:
@@ -46,12 +44,11 @@ jobs:
4644
macos:
4745
xcode: 11.0.0
4846
env:
49-
VSCODE_VERSION: 1.38.1
47+
VSCODE_VERSION: '1.38.1'
5048
VERSION: .git-nightly
5149
MINIFY: true
5250
PACKAGE: true
5351
TARGET: ''
54-
PLATFORM: $(if [ -z $TARGET ]; then echo "darwin"; fi)
5552
steps:
5653
- checkout
5754
- run:

0 commit comments

Comments
 (0)