Skip to content

Commit

Permalink
[intellij] Update IDE image to build version 213.6777.52
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov authored Jan 28, 2022
1 parent cfcc2e9 commit 9577372
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions WORKSPACE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,32 @@ defaultArgs:
publishToJBMarketplace: true
localAppVersion: unknown
codeCommit: 40c9a1fb052740734bf465b98032f1a50404c042
intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2021.3.1.tar.gz"
intellijDownloadUrl: "https://download.jetbrains.com/idea/ideaIU-2021.3.2.tar.gz"
golandDownloadUrl: "https://download.jetbrains.com/go/goland-2021.3.2.tar.gz"
pycharmDownloadUrl: "https://download.jetbrains.com/python/pycharm-professional-2021.3.1.tar.gz"
phpstormDownloadUrl: "https://download.jetbrains.com/webide/PhpStorm-2021.3.1.tar.gz"

provenance:
enabled: true
slsa: true

defaultVariant:
srcs:
exclude:
# Make sure we don't include node_modules/**/*.ts by accident
- "**/node_modules/**"
# Make sure we don't include node_modules/**/*.ts by accident
- "**/node_modules/**"
config:
go:
lintCommand: ["sh", "-c", "gokart scan && golangci-lint run --disable govet,errcheck,typecheck,staticcheck --allow-parallel-runners --timeout 5m"]

variants:
- name: oss
srcs:
exclude:
- "**/ee"
- "**/ee/**"
- "**/*_ee.*"
- "**/*_ee_*.*"
env:
- GITPOD_OSS_BUILD=true
config:
go:
buildTags:
- -tags oss
- name: oss
srcs:
exclude:
- "**/ee"
- "**/ee/**"
- "**/*_ee.*"
- "**/*_ee_*.*"
env:
- GITPOD_OSS_BUILD=true
config:
go:
buildTags:
- -tags oss

0 comments on commit 9577372

Please sign in to comment.