Skip to content

Commit

Permalink
t.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zmc committed Jan 15, 2025
1 parent 6d5fdd0 commit b47ab33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/teuthology-dev/teuthology.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/bash
set -e
source /teuthology/virtualenv/bin/activate
PATH=$PATH:/teuthology/.venv/bin
set -x
cat /run/secrets/id_rsa > $HOME/.ssh/id_rsa
if [ -n "$TEUTHOLOGY_TESTNODES" ]; then
Expand Down
2 changes: 1 addition & 1 deletion docs/docker-compose/teuthology/teuthology.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
if [ -n "$SSH_PRIVKEY_FILE" ]; then
echo "$SSH_PRIVKEY" > $HOME/.ssh/$SSH_PRIVKEY_FILE
fi
source /teuthology/virtualenv/bin/activate
PATH=$PATH:/teuthology/.venv/bin
set -x
if [ -n "$TESTNODES" ]; then
for node in $(echo $TESTNODES | tr , ' '); do
Expand Down

0 comments on commit b47ab33

Please sign in to comment.