diff options
author | Pawel Kadlubanski <pawel.kadlubanski@nokia.com> | 2018-06-07 15:43:32 +0200 |
---|---|---|
committer | Pawel Kadlubanski <pawel.kadlubanski@nokia.com> | 2018-06-07 15:44:38 +0200 |
commit | 21203341387259fbc069cb456ad4e47afcf4951f (patch) | |
tree | eca3423957b43b4c267120e8b23d11466232d6b7 /test/mocks/pnfsimulator/simulator.sh | |
parent | e5f628308ed20d02a6b0cbf745365fe4c18ec262 (diff) |
Changing docker image tag
Issue-ID: INT-458
Change-Id: I1860841fd3b0eecb79b0991ed084a7dc61e85703
Signed-off-by: Pawel Kadlubanski <pawel.kadlubanski@nokia.com>
Diffstat (limited to 'test/mocks/pnfsimulator/simulator.sh')
-rwxr-xr-x | test/mocks/pnfsimulator/simulator.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/pnfsimulator/simulator.sh b/test/mocks/pnfsimulator/simulator.sh index 5e8b2d5ac..ff3c07c12 100755 --- a/test/mocks/pnfsimulator/simulator.sh +++ b/test/mocks/pnfsimulator/simulator.sh @@ -5,7 +5,7 @@ set -euo pipefail CONTAINER_NAME=pnf-simulator CONFIG_FILE_PATH=/config/body.json SIMULATOR_DOCKER_HUB=nexus3.onap.org:10003/onap -SIMULATOR_TAG=latest +SIMULATOR_TAG=1.1.0-SNAPSHOT-latest function main(){ |