Commit 31c84424 authored by Davide Ricci's avatar Davide Ricci
Browse files

Update .gitlab-ci.yml file

parent ded1b01b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ commit_formatted_code:
  after_script:                                                                          
    - git config --global user.email "davide.ricci@inaf.it"                              
    - git config --global user.name "CI Bot"                                             
    - git checkout -b validated                                                          
    - git checkout validated                                                          
    - git add .                                                                          
    - MAIN_COMMIT_MSG=$(git log -1 --pretty=%B $CI_COMMIT_SHA)                           
    - |