Skip to content

Commit

Permalink
fix: test for exit
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-tolboom committed Dec 5, 2023
1 parent d7a8eeb commit 3077220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
"https://uploads.github.com/repos/molgenis/molgenis-r-armadillo/releases/${RELEASE_ID}/assets?name=${PACKAGE}_${TAG}.tar.gz" \
--data-binary "@${PACKAGE}_${TAG}.tar.gz"
Rscript -e "usethis::use_pkgdown_github_pages()"
Rscript -e "usethis::use_pkgdown_github_pages()" || exit 1
curl -d "token=${SLACK_TOKEN}" \
-d "text=:molgenis-armadillo: molgenis-r-armadillo version: *<https://github.com/molgenis/molgenis-r-armadillo/releases/tag/v${TAG}|v${TAG}>* is released :rocket:" \
Expand Down

0 comments on commit 3077220

Please sign in to comment.