Skip to content

Commit

Permalink
Disable this for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 3, 2023
1 parent 969211a commit 4f315ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ echo "Docs status: ${DOCS_STATUS}"
Rscript -e "commitstatus::gh_app_set_commit_status('${REPO}','${SHA}','${BUILDLOG}','${UNIVERSE}','${DEPLOYED_PACKAGES}', '${SOURCE_STATUS}', '${DOCS_STATUS}', '${OSTYPE}')"
fi

if [ "${DEPLOYED_PACKAGES}" != "pending" ] && [ -z "${IS_REBUILD}" ]; then
echo "Create deployment for ${PACKAGE} in https://github.com/r-universe/${UNIVERSE}"
Rscript -e "commitstatus::update_deployment_status('${UNIVERSE}', '${PACKAGE}', '${GITHUB_SHA}','${BUILDLOG}', '${SOURCE_STATUS}')"
fi
#if [ "${DEPLOYED_PACKAGES}" != "pending" ] && [ -z "${IS_REBUILD}" ]; then
#echo "Create deployment for ${PACKAGE} in https://github.com/r-universe/${UNIVERSE}"
#Rscript -e "commitstatus::update_deployment_status('${UNIVERSE}', '${PACKAGE}', '${GITHUB_SHA}','${BUILDLOG}', '${SOURCE_STATUS}')"
#fi

echo "Action complete!"

0 comments on commit 4f315ad

Please sign in to comment.