Pull request: 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:
parent
fd1c841810
commit
721397cee3
|
@ -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*/**'
|
||||||
|
|
Loading…
Reference in New Issue