Skip to content

Commit 622920e

Browse files
committed
AG-49278 Update cleanup script artifact arguments to use comma-separated format
Squashed commit of the following: commit 39fdc7b Author: scripthunter7 <d.tota@adguard.com> Date: Thu Dec 11 13:31:34 2025 +0100 Update cleanup script artifact arguments to use comma-separated format - Change cleanup.sh arguments from space-separated to comma-separated format - Apply changes to both build.yaml and build-prerelease.yaml specifications
1 parent 7b30ebe commit 622920e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bamboo-specs/build-prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Build:
8181
- script:
8282
interpreter: SHELL
8383
scripts:
84-
- "./bamboo-specs/scripts/cleanup.sh out/vscode-adblock.vsix syntaxes/out/adblock.plist EXTRACTED_CHANGES.md"
84+
- "./bamboo-specs/scripts/cleanup.sh out/vscode-adblock.vsix,syntaxes/out/adblock.plist,EXTRACTED_CHANGES.md"
8585
# Store the .vsix file as a build artifact
8686
artifacts:
8787
- name: vscode-adblock.vsix

bamboo-specs/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Build:
8181
- script:
8282
interpreter: SHELL
8383
scripts:
84-
- "./bamboo-specs/scripts/cleanup.sh out/vscode-adblock.vsix syntaxes/out/adblock.plist EXTRACTED_CHANGES.md"
84+
- "./bamboo-specs/scripts/cleanup.sh out/vscode-adblock.vsix,syntaxes/out/adblock.plist,EXTRACTED_CHANGES.md"
8585
# Store the .vsix file as a build artifact
8686
artifacts:
8787
- name: vscode-adblock.vsix

0 commit comments

Comments
 (0)