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 99ad452 commit f3af24b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .buildkite/sync_tests_commit_results.sh
@@ -1,9 +1,12 @@
#!/usr/bin/env bash

: "${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"
#: "${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 config --global user.name "sync_tests"
git config --global user.email "action@github.com"

echo "000000000000000000000000"
git fetch origin
Expand Down

0 comments on commit f3af24b

Please sign in to comment.