mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:54:44 +01: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
|
version: 2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -41,7 +42,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Upload artifacts
|
name: Upload artifacts
|
||||||
command: |
|
command: |
|
||||||
|
if [[ $CIRCLE_PULL_REQUEST != "" ]]; then
|
||||||
make circleci_upload
|
make circleci_upload
|
||||||
|
fi
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /tmp/rclone.dist
|
path: /tmp/rclone.dist
|
||||||
|
Loading…
Reference in New Issue
Block a user