diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 3b3f88e58..bfe8cc784 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -14,7 +14,7 @@ dependency: 3.13 - leguer: branch: stable/leguer - slave: lf- + slave: lf-build2 dependency: 3.12 - kali: branch: stable/kali @@ -562,6 +562,7 @@ builders: - shell: | set +x + sudo cat ~/.docker/config.json if [ "{repo}" = "_" ]; then image={container}:{tag} elif [ "{port}" = "None" ]; then |