Skip to content

Commit

Permalink
revert preventing the build. This will be done pipeline side. (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabban authored Mar 18, 2024
1 parent 0ef82b9 commit a7871e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ override_dh_auto_clean:
override_dh_auto_test:
override_dh_auto_build:
override_dh_auto_install:
# @make build
@make build

@BOUNCER=crowdsec-blocklist-mirror; \
PKG="$$BOUNCER"; \
Expand Down
2 changes: 1 addition & 1 deletion rpm/SPECS/crowdsec-blocklist-mirror.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Requires: gettext
%setup -n %{name}-%{version}

%build
#BUILD_VERSION=%{local_version} make
BUILD_VERSION=%{local_version} make

%install
rm -rf %{buildroot}
Expand Down

0 comments on commit a7871e6

Please sign in to comment.