diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-14 01:14:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-14 01:14:42 +0000 |
commit | ca4e854f1b0eb6bfb35aa349e7d74abdd71128df (patch) | |
tree | 4e098d0370f8b6fb43b4ecda31af6ce4642ef98f /ci/deploy.sh | |
parent | bd0259e7bb5f045a1ba7958d79039848d062aad1 (diff) | |
parent | ebd7067904b36ae32566da63e433365948a1f973 (diff) |
Merge "states: Split virtual_control_plane from maas"
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 9b28d4bf9..6bd4654a8 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -1,5 +1,5 @@ #!/bin/bash -# shellcheck disable=SC2034,SC2154,SC1091 +# shellcheck disable=SC2034,SC2154,SC1090,SC1091 set -ex ############################################################################## # Copyright (c) 2017 Ericsson AB, Mirantis Inc., Enea AB and others. |