Skip to content
Snippets Groups Projects
Commit 67fee515 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #24068 TIME 0:10 fix syntax

parent 2d86a223
No related branches found
No related tags found
No related merge requests found
......@@ -165,4 +165,6 @@ reset_approvals:
- apt install -y curl
script:
- MR_ID=`echo $CI_OPEN_MERGE_REQUESTS | grep -oP "!(.)*" | tr -d "!"`
- echo $MR_ID
- echo $CI_PROJECT_ID
- "curl --header 'PRIVATE-TOKEN: $TOKEN_GITLAB' 'https://labs.maarch.org/api/v4/projects/$CI_PROJECT_ID/merge_requests/$MR_ID/reset_approvals'"
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