diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-01 16:21:53 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-01 16:24:53 -0400 |
commit | 0b9839e70cb6a3ba1328f37792d33cd1896309ef (patch) | |
tree | 0015f5c1e97ae2f0a2f05e072aa375eb1f7b4806 /dgbuilder/tools/splitFlows.sh | |
parent | 884302ca87b0544c885d4eb7a95eab3a9593483d (diff) |
Update to use ONAP standard base images
Updated all containers to use one of the 2 approved ONAP base images:
- onap/integration-java11
- onap/integration-python
Change-Id: I961e9af38d790f74528a726a0fc68d1a2e5fbfb9
Issue-ID: CCSDK-2418
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dgbuilder/tools/splitFlows.sh')
-rwxr-xr-x | dgbuilder/tools/splitFlows.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dgbuilder/tools/splitFlows.sh b/dgbuilder/tools/splitFlows.sh index ccb70cf9..79fd450d 100755 --- a/dgbuilder/tools/splitFlows.sh +++ b/dgbuilder/tools/splitFlows.sh @@ -1,3 +1,4 @@ +#!/bin/sh if [ "$#" != "2" ] then echo "Usage: $0 full_path_to_flows_json_file full_path_to_output_dir" |