Skip to content

Commit

Permalink
avoid that commits to master directly affect already setup events - g…
Browse files Browse the repository at this point in the history
…it clone should happen from tag
  • Loading branch information
deki committed Mar 28, 2022
1 parent 9245227 commit d52a3a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MonoToMicroAssets/MonoToMicroCF.template
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
"configure" : {
"commands" : {
"0-clone-repo" : { "command" :
"git clone https://github.com/aws-samples/unishop-monolith-to-microservices.git /home/ec2-user/MonoToMicro"
"git clone --depth 1 --branch v7.1 https://github.com/aws-samples/unishop-monolith-to-microservices.git /home/ec2-user/MonoToMicro"
},
"1-create-tables" : { "command" :
{ "Fn::Join" : ["",[
Expand Down
2 changes: 1 addition & 1 deletion MonoToMicroAssets/MonoToMicroCF.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Resources:
commands:
0-clone-repo:
command: >-
git clone
git clone --depth 1 --branch v7.1
https://github.com/aws-samples/unishop-monolith-to-microservices.git
/home/ec2-user/MonoToMicro
1-create-tables:
Expand Down

0 comments on commit d52a3a9

Please sign in to comment.