Skip to content

Commit

Permalink
Remove undefined make target variable
Browse files Browse the repository at this point in the history
Introduced via CMK-20920 in 97a92ee

Change-Id: I6c1e70d5ddcea68edddabf1256878077eca14a5b
(cherry picked from commit 58cbbf7)
  • Loading branch information
JonasScharpf committed Feb 11, 2025
1 parent 62cf207 commit fa09bf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main() {
def download_dir = "package_download";
def custom_git_ref = "";
def incremented_counter = "";
def setup_values = single_tests.common_prepare(version: "daily", make_target: make_target);
def setup_values = single_tests.common_prepare(version: "daily");

currentBuild.description += (
"""
Expand Down

0 comments on commit fa09bf2

Please sign in to comment.