From 88b7c34407b592b75ff0bb2ed546c7120f6dba6b Mon Sep 17 00:00:00 2001 From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com> Date: Tue, 12 Sep 2023 14:58:56 +0200 Subject: [PATCH] wrong file as input for requirements_compare --- .../python/dependency_management/depandabot/depandabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/python/dependency_management/depandabot/depandabot.yml b/templates/python/dependency_management/depandabot/depandabot.yml index 2c4909e..e0630de 100644 --- a/templates/python/dependency_management/depandabot/depandabot.yml +++ b/templates/python/dependency_management/depandabot/depandabot.yml @@ -35,8 +35,8 @@ depandabot: --form "actions[][file_path]=${OUTPUT_FILE_PATH}" \ --form "actions[][content]=<${OUTPUT_FILE_PATH}" \ "https://${GITLAB_API_URL}/api/v4/projects/${CI_PROJECT_ID}/repository/commits" - - requirements_compare ${REQUIREMENTS_FILE_PATH} # Debug - - requirements_compare ${REQUIREMENTS_FILE_PATH} > description.md + - requirements_compare ${OUTPUT_FILE_PATH} # Debug + - requirements_compare ${OUTPUT_FILE_PATH} > description.md - | curl --header "Authorization: Bearer ${DEPANDABOT_TOKEN}" \ --form "source_branch=$DEPS_BRANCH" \ -- GitLab