Skip to content

Commit

Permalink
Fix format of changelog in extration
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Jun 19, 2024
1 parent b1d4892 commit ecc57d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pipeline {
sh """cat mrs.developer.json | jq 'if ( has("'$GIT_NAME'") ) then .["'$GIT_NAME'"].branch = "'$CHANGE_BRANCH'" else . end' > temp"""
sh """mv temp mrs.developer.json"""
sh """cat mrs.developer.json | jq '.["'$GIT_NAME'"]' """
sh """if [ $(grep "eea/${GIT_NAME}.git:" mrs.developer.json | wc -l) -eq 0 ]; then exit 1; fi"""
sh """if [ $(grep "eea/"${GIT_NAME}".git:" mrs.developer.json | wc -l) -eq 0 ]; then exit 1; fi"""
sh """yarn"""
sh """make develop"""
sh """make install"""
Expand Down

0 comments on commit ecc57d6

Please sign in to comment.