Skip to content

Commit fe69a2c

Browse files
committed
[GHA] cleanup of snapshot builds
1 parent cd02905 commit fe69a2c

6 files changed

+13
-93
lines changed

.github/workflows/snapshot-all.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
eclipse_profile: 'e431'
1919
build_type: 'snapshot'
20-
skip_tests: true
20+
skip_tests: false
2121
secrets: inherit
2222

2323
e431-distro:
@@ -59,3 +59,14 @@ jobs:
5959
extension-name: vscode-concourse
6060
secrets: inherit
6161

62+
vscode-manifest-yaml:
63+
uses: ./.github/workflows/snapshot-vscode-extension.yml
64+
with:
65+
extension-name: vscode-manifest-yaml
66+
secrets: inherit
67+
68+
vscode-bosh:
69+
uses: ./.github/workflows/snapshot-vscode-extension.yml
70+
with:
71+
extension-name: vscode-bosh
72+
secrets: inherit

.github/workflows/snapshot-e431-eclipse-distro-build.yml

-24
This file was deleted.

.github/workflows/snapshot-e432-eclipse-distro-build.yml

-23
This file was deleted.

.github/workflows/snapshot-e433-eclipse-distro-build.yml

-24
This file was deleted.

.github/workflows/snapshot-eclipse-ls-extensions-build.yml

-20
This file was deleted.

.github/workflows/snapshot-vscode-extension.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-spring-boot "Spring Boot Tools" $DOWNLOAD_URL_ROOT` >> $downloads_html
5858
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-concourse "Concourse Editor" $DOWNLOAD_URL_ROOT` >> $downloads_html
5959
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-bosh "Bosh Editor" $DOWNLOAD_URL_ROOT` >> $downloads_html
60-
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-manifest-yaml "CF Mnaifest Editor" $DOWNLOAD_URL_ROOT` >> $downloads_html
60+
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-manifest-yaml "CF Manifest Editor" $DOWNLOAD_URL_ROOT` >> $downloads_html
6161
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-spring-cli "Spring CLI" $DOWNLOAD_URL_ROOT` >> $downloads_html
6262
echo '</ul>' >> $downloads_html
6363
cat ./$downloads_html

0 commit comments

Comments
 (0)