diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-02-02 14:02:24 -0500 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-02-03 00:26:38 -0500 |
commit | 9f6dc5a2aa3a195866f37ee58c88156afc982530 (patch) | |
tree | cd2448358a291ef5dff08935a2cdf67b30787ca4 /csit/plans | |
parent | c2a98631112128093d4f601284bb30928539f242 (diff) |
Investigate csit failuremr/879/126934/7
Issue-ID: CPS-873
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Ia9799f4ae3265cf47e46329d014055feb8b35e74
Diffstat (limited to 'csit/plans')
-rwxr-xr-x | csit/plans/cps/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/plans/cps/setup.sh b/csit/plans/cps/setup.sh index 2fc0ec4877..5911c3955d 100755 --- a/csit/plans/cps/setup.sh +++ b/csit/plans/cps/setup.sh @@ -37,7 +37,7 @@ export CPS_CORE_HOST=$LOCAL_IP export DB_USERNAME=cps export DB_PASSWORD=cps # Use latest image version -export VERSION=latest +#export VERSION=latest # download docker-compose of a required version (1.25.0 supports configuration of version 3.7) curl -L https://github.com/docker/compose/releases/download/1.25.0/docker-compose-`uname -s`-`uname -m` > docker-compose |