cherry-pick: Fix frontend CI build

Merge in DNS/adguard-home from fix-bamboo-specs to master

Squashed commit of the following:

commit e59b75ab9528bbe8fbf5e15054d848abffbae312
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Mon Aug 15 18:52:10 2022 +0300

    all: fix ci frontend build
This commit is contained in:
Eugene Burkov 2022-08-15 18:57:34 +03:00 committed by Ainar Garipov
parent 30b2b85ff1
commit 2de321ce24
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
# Explicitly checkout the revision that we need. # Explicitly checkout the revision that we need.
git checkout "${bamboo.repository.revision.number}" git checkout "${bamboo.repository.revision.number}"
make js-build make js-deps js-build
'artifacts': 'artifacts':
- 'name': 'AdGuardHome frontend' - 'name': 'AdGuardHome frontend'
'pattern': 'build*/**' 'pattern': 'build*/**'