diff options
Diffstat (limited to 'plans/policy/drools-pdp')
-rwxr-xr-x | plans/policy/drools-pdp/setup.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plans/policy/drools-pdp/setup.sh b/plans/policy/drools-pdp/setup.sh index 459805be..4851cd7e 100755 --- a/plans/policy/drools-pdp/setup.sh +++ b/plans/policy/drools-pdp/setup.sh @@ -17,6 +17,10 @@ # Place the scripts in run order: source ${SCRIPTS}/common_functions.sh +docker login -u docker -p docker nexus3.onap.org:10001 +docker pull nexus3.onap.org:10001/onap/policy-common-alpine:1.4.0 +docker tag nexus3.onap.org:10001/onap/policy-common-alpine:1.4.0 onap/policy-common-alpine:1.4.0 + source ${WORKSPACE}/scripts/policy/drools-pdp-script.sh # Pass any variables required by Robot test suites in ROBOT_VARIABLES |