mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:41:44 +08:00
build: don't attempt to upload artifacts for pull requests on circleci
This commit is contained in:
parent
ea12d76c03
commit
ba84eecd94
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
version: 2
|
||||
|
||||
jobs:
|
||||
|
@ -41,7 +42,9 @@ jobs:
|
|||
- run:
|
||||
name: Upload artifacts
|
||||
command: |
|
||||
if [[ $CIRCLE_PULL_REQUEST != "" ]]; then
|
||||
make circleci_upload
|
||||
fi
|
||||
|
||||
- store_artifacts:
|
||||
path: /tmp/rclone.dist
|
||||
|
|
Loading…
Reference in New Issue
Block a user