Skip to content

Commit

Permalink
špatná cesta
Browse files Browse the repository at this point in the history
  • Loading branch information
westfood committed Apr 7, 2024
1 parent 7c8e373 commit 5c510a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ pipeline {
# set -o xtrace # uncomment for bug hunting
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
# 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: /home/ansible
pywb_dir: /home/ansible/pywb

0 comments on commit 5c510a3

Please sign in to comment.