Skip to content

Commit

Permalink
wip: cicd: add debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Abadi committed Apr 10, 2022
1 parent bc54508 commit e4e3817
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/push2bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,13 @@ jobs:
git config user.name 'Al J Abadi'
git config user.email '[email protected]'
git remote add bioc [email protected]:packages/mixOmics.git
#--- fetch & push
current_branch=${{ github.ref_name }}
#--- debug
git checkout -b biocmaster
git reset --hard bioc/master
git log -10 --oneline
git log biocmaster..$current_branch --pretty=format:"%s"
#--- fetch & push
echo $current_branch
git fetch bioc # for logs in case of failure
git push bioc $current_branch:$current_branch
Expand Down

0 comments on commit e4e3817

Please sign in to comment.