Skip to content

Commit

Permalink
circle: Move zanata upload to rultor
Browse files Browse the repository at this point in the history
We may rebuild old builds on master, we only want to upload that kind of
stuff when we merge to master so rultor is the option for that.
  • Loading branch information
sils committed Jun 18, 2015
1 parent 33f4031 commit 4501c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
merge:
script:
- bash .misc/fail_if_HEAD_is_merge.sh
- "bash .misc/fail_if_HEAD_is_merge.sh"

This comment has been minimized.

Copy link
@AbdealiLoKo

AbdealiLoKo Jun 18, 2015

Contributor

Why the double quotes ?

This comment has been minimized.

Copy link
@sils

sils Jun 18, 2015

Author Member

they are not needed but they have them in the docs. Doesn't make a difference.

- "bash .misc/.deploy.zanata.sh"
6 changes: 0 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,3 @@ test:
post:
- sh .misc/.success.coverage.sh:
parallel: true

deployment:
translation:
branch: master
commands:
- sh .misc/.deploy.zanata.sh

1 comment on commit 4501c67

@AbdealiLoKo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

Please sign in to comment.