Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 88b7c344 authored by Dorian Turba's avatar Dorian Turba
Browse files

wrong file as input for requirements_compare

parent e5eddb86
No related branches found
No related tags found
1 merge request!1feat: add depandabot template
Pipeline #25267 passed
......@@ -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" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment