From 7c8e373ef569655336ac700f27577b4bcc9b71d8 Mon Sep 17 00:00:00 2001 From: Rudolf Date: Sun, 7 Apr 2024 18:34:43 +0200 Subject: [PATCH] =?UTF-8?q?reverzuji=20zp=C4=9Bt,=20kv=C5=AFli=20tomu,=20?= =?UTF-8?q?=C5=BEe=20docker=20compose=20nevid=C3=AD=20konfigura=C4=8Dn?= =?UTF-8?q?=C3=AD=20soubor=20v=20opt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 4 +++- ci/group_vars/all/main.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1d53612..399f2f1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,7 +54,9 @@ pipeline { set -o pipefail # catch non-zero exit code in pipes # set -o xtrace # uncomment for bug hunting - ssh -o "StrictHostKeyChecking=no" -i ${SSH_CREDS} ${SSH_CREDS_USR}@10.3.0.21 sudo /opt/pywb/run-test.sh + ssh -o "StrictHostKeyChecking=no" -i ${SSH_CREDS} ${SSH_CREDS_USR}@10.3.0.21 sudo /home/ansible/pywb/run-test.sh + // Následující vymřelo na nenalezení dockercopose + // ssh -o "StrictHostKeyChecking=no" -i ${SSH_CREDS} ${SSH_CREDS_USR}@10.3.0.21 sudo /opt/pywb/run-test.sh ''' } } diff --git a/ci/group_vars/all/main.yaml b/ci/group_vars/all/main.yaml index e3b3dce..2e5722d 100644 --- a/ci/group_vars/all/main.yaml +++ b/ci/group_vars/all/main.yaml @@ -1 +1 @@ -pywb_dir: /opt/pywb +pywb_dir: /home/ansible