Skip to content

Commit

Permalink
Merge branch 'master' into github_master
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-soltys committed Jun 24, 2019
2 parents 861b01f + 1ffff97 commit 472e5d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- run:
name: Upload
command: scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -P $UPLOAD_PORT build-Release/packages/rpmbuild/RPMS/$(uname -m)/*.rpm $UPLOAD_USER@$UPLOAD_HOST:.
build-fedora28:
build-fedora30:
docker:
- image: fedora:28
- image: fedora:30
steps:
- checkout
- run:
Expand Down Expand Up @@ -81,7 +81,7 @@ workflows:
build_all:
jobs:
- build-centos7
- build-fedora28
- build-fedora30
- build-opensuseleap
- build-debian9
- build-ubuntu1804

0 comments on commit 472e5d6

Please sign in to comment.