diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-09 20:45:26 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-09 20:45:26 +0100 |
commit | bddf218bd60dd610d6cf27bc9bed5a3a1e136dbf (patch) | |
tree | 468679aa39ac70f2ac7907b9dae1504ac779ec17 | |
parent | 68073cbd21ebf04f7f899668c8af9a51caeadbe2 (diff) |
Fix former switch case ;;
Change-Id: Ib08018d3ed9094a461e3836814ce08ed2d5adb79
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/functest/xtesting.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 451b87006..93dc0ac4c 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -146,7 +146,7 @@ else build_arg="--build-arg {ref_arg}={ref}" fi - cd {path};; + cd {path} sudo docker build $build_arg \ --pull=false --no-cache --force-rm=true \ -t $image . |