Skip to content

Commit 55b3ec2

Browse files
committed
integration test
1 parent 0f5182e commit 55b3ec2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/ide/jetbrains/image/BUILD.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ packages:
2929
SUPERVISOR_IDE_CONFIG: supervisor-ide-config_intellij.json
3030
image:
3131
- ${imageRepoBase}/ide/intellij:${version}
32-
- ${imageRepoBase}/ide/intellij:commit-${__git_commit}
3332
- name: goland
3433
type: docker
3534
srcs:
@@ -51,7 +50,6 @@ packages:
5150
SUPERVISOR_IDE_CONFIG: supervisor-ide-config_goland.json
5251
image:
5352
- ${imageRepoBase}/ide/goland:${version}
54-
- ${imageRepoBase}/ide/goland:commit-${__git_commit}
5553
- name: pycharm
5654
type: docker
5755
srcs:
@@ -73,7 +71,6 @@ packages:
7371
SUPERVISOR_IDE_CONFIG: supervisor-ide-config_pycharm.json
7472
image:
7573
- ${imageRepoBase}/ide/pycharm:${version}
76-
- ${imageRepoBase}/ide/pycharm:commit-${__git_commit}
7774
- name: phpstorm
7875
type: docker
7976
srcs:
@@ -95,4 +92,3 @@ packages:
9592
SUPERVISOR_IDE_CONFIG: supervisor-ide-config_phpstorm.json
9693
image:
9794
- ${imageRepoBase}/ide/phpstorm:${version}
98-
- ${imageRepoBase}/ide/phpstorm:commit-${__git_commit}

0 commit comments

Comments
 (0)