Skip to content

Commit

Permalink
chore(build): script logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pietro-tota committed Aug 3, 2023
1 parent aea86cd commit 5ae4ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagopa-ecommerce-commons-maven-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd $checkoutFolder
echo "Cloning ecommerce commons repo... $gitRepo"
git clone $gitRepo
cd pagopa-ecommerce-commons
echo "Checking out ecommerce common version $version"
echo "Checking out ecommerce common ref $version"
git checkout $version
./mvnw install -DskipTests
cd ../../
Expand Down

0 comments on commit 5ae4ba5

Please sign in to comment.