From 721397cee3f3dd6d370f3c638eaee94644752cac Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Mon, 15 Aug 2022 18:57:34 +0300 Subject: [PATCH] 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 Date: Mon Aug 15 18:52:10 2022 +0300 all: fix ci frontend build --- bamboo-specs/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index e3451bdc..399daff3 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -68,7 +68,7 @@ # Explicitly checkout the revision that we need. git checkout "${bamboo.repository.revision.number}" - make js-build + make js-deps js-build 'artifacts': - 'name': 'AdGuardHome frontend' 'pattern': 'build*/**'