diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-12-04 16:17:39 -0600 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-12-04 16:17:39 -0600 |
commit | 0410e7a3d987bf2d1ab65126fe7ea3e02ff3520c (patch) | |
tree | a5fd3a3322151e87d3c04404aad35bd32b9d7a4e | |
parent | 27b0f670e199c67c89272ffdff03eaca974bd327 (diff) |
fetch amsterdam template from amsterdam branch
Change-Id: I9f3a5429ff6f738a48a8fb9665741ac264c50248
Issue-ID: POLICY-454
Signed-off-by: Jorge Hernandez <jh1730@att.com>
-rwxr-xr-x | config/pe/push-policies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pe/push-policies.sh b/config/pe/push-policies.sh index 20e0bfaa..555ab357 100755 --- a/config/pe/push-policies.sh +++ b/config/pe/push-policies.sh @@ -6,7 +6,7 @@ echo "Upload BRMS Param Template" sleep 2 -wget -O cl-amsterdam-template.drl https://git.onap.org/policy/drools-applications/plain/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl +wget -O cl-amsterdam-template.drl https://git.onap.org/policy/drools-applications/plain/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl?h=amsterdam sleep 2 |