parent
b26ac1c22f
commit
ace6440460
@ -192,8 +192,12 @@ workflows:
|
|||||||
# We'd really like to filter out pull requests here, but not yet available:
|
# We'd really like to filter out pull requests here, but not yet available:
|
||||||
# https://discuss.circleci.com/t/workflows-pull-request-filter/14396/4
|
# https://discuss.circleci.com/t/workflows-pull-request-filter/14396/4
|
||||||
# Instead, the publish-build-artifacts.sh script just terminates when
|
# Instead, the publish-build-artifacts.sh script just terminates when
|
||||||
# CIRCLE_PULL_REQUEST is set.
|
# CIRCLE_PR_NUMBER is set.
|
||||||
requires:
|
requires:
|
||||||
|
# Only publish if tests pass
|
||||||
|
- test
|
||||||
|
# Get the artifacts to publish from the build-packages-dist job
|
||||||
|
# since the publishing script expects the legacy outputs layout.
|
||||||
- build-packages-dist
|
- build-packages-dist
|
||||||
|
|
||||||
aio_monitoring:
|
aio_monitoring:
|
||||||
|
@ -126,7 +126,7 @@ if [ $# -gt 0 ]; then
|
|||||||
elif [[ \
|
elif [[ \
|
||||||
"$CIRCLE_PROJECT_USERNAME" == "angular" && \
|
"$CIRCLE_PROJECT_USERNAME" == "angular" && \
|
||||||
"$CIRCLE_PROJECT_REPONAME" == "angular" && \
|
"$CIRCLE_PROJECT_REPONAME" == "angular" && \
|
||||||
! -v CIRCLE_PULL_REQUEST ]]; then
|
! -v CIRCLE_PR_NUMBER ]]; then
|
||||||
ORG="angular"
|
ORG="angular"
|
||||||
# $KEY is set on CI only for non-PR builds. See /.circleci/README.md
|
# $KEY is set on CI only for non-PR builds. See /.circleci/README.md
|
||||||
openssl aes-256-cbc -d -in .circleci/github_token -k "${KEY}" -out "${HOME}/.git_credentials"
|
openssl aes-256-cbc -d -in .circleci/github_token -k "${KEY}" -out "${HOME}/.git_credentials"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user