Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin100 authored and dorin100 committed May 4, 2021
1 parent 32ba1dc commit 9100280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/sync_tests_commit_results.sh
@@ -1,12 +1,12 @@
#!/usr/bin/env bash

git remote set-url origin git@github.com:input-output-hk/cardano-node-tests.git

: "${sshkey:=/run/keys/buildkite-ssh-iohk-devops-private}"
echo "Authenticating push using SSH with $sshkey"
export GIT_SSH_COMMAND="ssh -i $sshkey -F /dev/null"
remote="git@github.com:input-output-hk/cardano-node-tests.git"

git remote add upstream git@github.com:input-output-hk/cardano-node-tests.git

echo "pwd: $PWD"
git remote -v
echo "aaa: $(ls -l)"
Expand Down

0 comments on commit 9100280

Please sign in to comment.