Skip to content

Commit

Permalink
reverzuji zpět, kvůli tomu, že docker compose nevidí konfigurační sou…
Browse files Browse the repository at this point in the history
…bor v opt
  • Loading branch information
westfood committed Apr 7, 2024
1 parent 326abef commit 7c8e373
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
'''
}
}
Expand Down
2 changes: 1 addition & 1 deletion ci/group_vars/all/main.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pywb_dir: /opt/pywb
pywb_dir: /home/ansible

0 comments on commit 7c8e373

Please sign in to comment.