Skip to content

Commit

Permalink
Merge pull request #37 from InsightRX/RXR-982
Browse files Browse the repository at this point in the history
RXR-982: Run devtools::check() in correct directory
  • Loading branch information
karawoo committed Apr 20, 2022
2 parents 7819253 + 4eac1cf commit 3e84fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
echo 'Installing and checking clinPK'
sh """
docker cp . ${BUILD_TAG}:/src/clinPK
docker exec -i ${BUILD_TAG} Rscript -e "devtools::check('clinPK')"
docker exec -i ${BUILD_TAG} Rscript -e "devtools::check('/src/clinPK')"
"""
}
}
Expand Down

0 comments on commit 3e84fc7

Please sign in to comment.