File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585 ciOrg=${ciPrefix##*/ }
8686 curl -o pull-request.txt https://api.github.com/repos/$ciOrg /$ciRepo /pulls # Check for pull requests
8787 curl -o secure-env.txt https://api.github.com/orgs/scijava/actions/secrets # Check for secure env var
88- if [ grep -q " documentation_url" secure-env.txt > /dev/null 2>&1 ]; then
89- echo " No deploy -- secure environment variables not available"
90- elif [ grep -q " url" pull-request.txt > /dev/null 2>&1 ]; then
88+ # if [ grep -q "documentation_url" secure-env.txt >/dev/null 2>&1 ]; then
89+ # echo "No deploy -- secure environment variables not available"
90+ if [ grep -q " url" pull-request.txt > /dev/null 2>&1 ]; then
9191 echo " No deploy -- pull request detected"
9292 elif [ ${repo_fork} != " $ciOrg /$ciRepo " ]; then
9393 echo " No deploy -- repository fork: ${repo_fork} != $ciOrg /$ciRepo "
You can’t perform that action at this time.
0 commit comments