mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-04 19:48:49 -04:00
Remove some superfluous logging (#3855)
This commit is contained in:
parent
f30a303590
commit
b7d2fb5eb9
4 changed files with 28 additions and 2 deletions
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
# CircleCI doesn't give CIRCLE_PR_NUMBER in the environment for non-forked PRs. Wonderful.
|
||||
# In this case, we just need to do some ~shell magic~ to strip it out of the PULL_REQUEST URL.
|
||||
echo 'export CIRCLE_PR_NUMBER="${CIRCLE_PR_NUMBER:-${CIRCLE_PULL_REQUEST##*/}}"' >> "$BASH_ENV"
|
||||
echo 'export CIRCLE_PR_NUMBER="${CIRCLE_PR_NUMBER:-${CIRCLE_PULL_REQUEST##*/}}"' >> $BASH_ENV
|
||||
source $BASH_ENV
|
||||
|
||||
if [[ -z "${CIRCLE_PR_NUMBER}" ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue