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 243341e commit ce587ae
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .buildkite/sync_tests_commit_results.sh
Expand Up @@ -5,12 +5,21 @@ 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"

echo "000000000000000000000000"
git fetch origin
echo "111111111111111111"
git merge origin/dorin/sync_test1
echo "22222222222222222222"
git status
git pull
#git pull
echo "3333333333333333333"

git add sync_tests/sync_tests_results.db
git add sync_tests/csv_files
echo "444444444444444444444"

git commit -m "added sync test values"
echo "55555555555555555555"

git push origin master
echo "66666666666666666666666"

0 comments on commit ce587ae

Please sign in to comment.