Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 20dc371

Browse files
committed
Fix Travis CI cron job
It fails like so: Pushing package: tarantool-graphql-0.0.1.2-1.fc27.src.rpm Error {"filename":["has already been taken"]}
1 parent 79f01fc commit 20dc371

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ deploy:
4747
skip_cleanup: true
4848
on:
4949
branch: master
50-
condition: -n "${OS}"
50+
condition: -n "${OS}" && x"${TRAVIS_EVENT_TYPE}" != x"cron"
5151
- provider: packagecloud
5252
username: ${PACKAGECLOUD_USER}
5353
repository: "1_10"
@@ -57,7 +57,7 @@ deploy:
5757
skip_cleanup: true
5858
on:
5959
branch: master
60-
condition: -n "${OS}"
60+
condition: -n "${OS}" && x"${TRAVIS_EVENT_TYPE}" != x"cron"
6161
- provider: packagecloud
6262
username: ${PACKAGECLOUD_USER}
6363
repository: "2_0"
@@ -67,7 +67,7 @@ deploy:
6767
skip_cleanup: true
6868
on:
6969
branch: master
70-
condition: -n "${OS}"
70+
condition: -n "${OS}" && x"${TRAVIS_EVENT_TYPE}" != x"cron"
7171
notifications:
7272
email:
7373
recipients:

0 commit comments

Comments
 (0)