Skip to content

Commit

Permalink
Pull request #899: AG-32962 specify artifacts paths for new libs
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/tsurlfilter from feature/AG-32962-3 to master

Squashed commit of the following:

commit 2063150
Author: Vladimir Zhelvis <v.zhelvis@adguard.com>
Date:   Tue Jun 18 15:28:03 2024 +0300

    specify artifact paths for new libs
  • Loading branch information
zhelvis committed Jun 18, 2024

Verified

This commit was signed with the committer’s verified signature.
neo1973 Markus Härer
1 parent a819c02 commit 427b757
Showing 2 changed files with 19 additions and 2 deletions.
13 changes: 12 additions & 1 deletion bamboo-specs/adguard-api-mv3-build.yaml
Original file line number Diff line number Diff line change
@@ -11,4 +11,15 @@ stages:
Build:
tasks:
- script:
- echo 'Task run successfully!'
- echo 'Task run successfully!'
artifacts:
- name: adguard-api-mv3.tgz
location: packages/adguard-api-mv3/
pattern: adguard-api-mv3.tgz
shared: true
required: true
- name: extension.zip
location: packages/examples/adguard-api-mv3/build
pattern: extension.zip
shared: true
required: true
8 changes: 7 additions & 1 deletion bamboo-specs/dnr-rulesets-build.yaml
Original file line number Diff line number Diff line change
@@ -11,4 +11,10 @@ stages:
Build:
tasks:
- script:
- echo 'Task run successfully!'
- echo 'Task run successfully!'
artifacts:
- name: dnr-rulesets.tgz
location: packages/dnr-rulesets/
pattern: dnr-rulesets.tgz
shared: true
required: true

0 comments on commit 427b757

Please sign in to comment.