Skip to content

Commit a7871e6

Browse files
authored
revert preventing the build. This will be done pipeline side. (#92)
1 parent 0ef82b9 commit a7871e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ override_dh_auto_clean:
1212
override_dh_auto_test:
1313
override_dh_auto_build:
1414
override_dh_auto_install:
15-
# @make build
15+
@make build
1616

1717
@BOUNCER=crowdsec-blocklist-mirror; \
1818
PKG="$$BOUNCER"; \

rpm/SPECS/crowdsec-blocklist-mirror.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Requires: gettext
2727
%setup -n %{name}-%{version}
2828

2929
%build
30-
#BUILD_VERSION=%{local_version} make
30+
BUILD_VERSION=%{local_version} make
3131

3232
%install
3333
rm -rf %{buildroot}

0 commit comments

Comments
 (0)