Skip to content

Commit

Permalink
ci: Move some parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed May 31, 2017
1 parent 73aa019 commit ee18f52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .concourse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ resources:
- name: copr-resource
type: copr
source:
project_id: 825
login: {{copr-login}}
username: {{copr-username}}
token: {{copr-token}}
url: {{copr-url}}
regex: "(?:.*/)?oregano.*\\.src\\.rpm"

- name: oregano-test-fedora
type: docker-image
Expand Down Expand Up @@ -135,6 +132,7 @@ jobs:
chroots: ["mageia-6-x86_64", "mageia-couldron-x86_64", "fedora-rawhide-x86_64", "fedora-25-x86_64"]
enable_net: false
max_n_bytes: 250000000
project_id: 825

- task: create-rpm
image: oregano-test-fedora
Expand Down

0 comments on commit ee18f52

Please sign in to comment.