Skip to content

Commit

Permalink
Setting assets to pull from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Oct 31, 2023
1 parent 7399a21 commit 7defc11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env/dev/common/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {

before_hook "get-admin" {
commands = ["apply", "plan"]
execute = ["git", "clone","-b", "asset-update2", "https://github.com/cds-snc/notification-admin.git", "/var/tmp/notification-admin"]
execute = ["git", "clone", "https://github.com/cds-snc/notification-admin.git", "/var/tmp/notification-admin"]
run_on_error = true

}
Expand Down
2 changes: 1 addition & 1 deletion env/staging/common/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {

before_hook "get-admin" {
commands = ["apply", "plan"]
execute = ["git", "clone","-b", "asset-update", "https://github.com/cds-snc/notification-admin.git", "/var/tmp/notification-admin"]
execute = ["git", "clone", "https://github.com/cds-snc/notification-admin.git", "/var/tmp/notification-admin"]
run_on_error = true

}
Expand Down

0 comments on commit 7defc11

Please sign in to comment.