Skip to content

Commit

Permalink
solving problem with commit
Browse files Browse the repository at this point in the history
  • Loading branch information
victordrose committed Dec 20, 2023
1 parent e3e300d commit 3a661ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/pipelines/common/pipeline_generator.lib
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ function commitCommonFiles {
# Add the YAML files.
git add "$pipelinePath" -f

# Add the changes in the pom.xml file
git add "pom.xml"

# Git commit and push it into the repository.
# changing all files to be executable
find "$pipelinePath" -type f -name '*.sh' -exec git update-index --chmod=+x {} \;
Expand Down

0 comments on commit 3a661ff

Please sign in to comment.