Skip to content

Commit

Permalink
[GHA] cleanup of snapshot builds
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Jul 13, 2024
1 parent cd02905 commit fe69a2c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 93 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/snapshot-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
eclipse_profile: 'e431'
build_type: 'snapshot'
skip_tests: true
skip_tests: false
secrets: inherit

e431-distro:
Expand Down Expand Up @@ -59,3 +59,14 @@ jobs:
extension-name: vscode-concourse
secrets: inherit

vscode-manifest-yaml:
uses: ./.github/workflows/snapshot-vscode-extension.yml
with:
extension-name: vscode-manifest-yaml
secrets: inherit

vscode-bosh:
uses: ./.github/workflows/snapshot-vscode-extension.yml
with:
extension-name: vscode-bosh
secrets: inherit
24 changes: 0 additions & 24 deletions .github/workflows/snapshot-e431-eclipse-distro-build.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/snapshot-e432-eclipse-distro-build.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/snapshot-e433-eclipse-distro-build.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/snapshot-eclipse-ls-extensions-build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/snapshot-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-spring-boot "Spring Boot Tools" $DOWNLOAD_URL_ROOT` >> $downloads_html
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-concourse "Concourse Editor" $DOWNLOAD_URL_ROOT` >> $downloads_html
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-bosh "Bosh Editor" $DOWNLOAD_URL_ROOT` >> $downloads_html
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-manifest-yaml "CF Mnaifest Editor" $DOWNLOAD_URL_ROOT` >> $downloads_html
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-manifest-yaml "CF Manifest Editor" $DOWNLOAD_URL_ROOT` >> $downloads_html
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-spring-cli "Spring CLI" $DOWNLOAD_URL_ROOT` >> $downloads_html
echo '</ul>' >> $downloads_html
cat ./$downloads_html
Expand Down

0 comments on commit fe69a2c

Please sign in to comment.