File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments