Skip to content

Commit

Permalink
add some feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Aug 23, 2024
1 parent d0ffdba commit 1da1896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions preprocessing/increment_version.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ version_remote <- desc_remote$Version
# get git branch name
branch <- system("git rev-parse --abbrev-ref HEAD", intern = TRUE)

print(branch)

# Check if new-function or new-dataset is in branch
if(grepl("new-function", branch) |
grepl("new-dataset", branch) |
Expand Down

0 comments on commit 1da1896

Please sign in to comment.