Skip to content

Commit

Permalink
Merge pull request #23 from WhitewaterFoundry/sirredbeard-patch-1
Browse files Browse the repository at this point in the history
Update config.yml
  • Loading branch information
Hayden authored Jan 27, 2019
2 parents 415289d + 3104623 commit 04aaefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
command: mkdir -p /tmp/pkgs
- run:
name: Copy package to workspace
command: cp ../wlinux-setup_0.1-1_all.deb /tmp/pkgs
command: cp ../wlinux-setup_*.deb /tmp/pkgs
- persist_to_workspace:
root: /tmp/pkgs
paths: .
Expand All @@ -38,7 +38,7 @@ jobs:
command: gem install package_cloud
- run:
name: Push deb package
command: package_cloud push whitewaterfoundry/wlinux-setup/debian/buster /tmp/pkgs/wlinux-setup_0.1-1_all.deb
command: package_cloud push whitewaterfoundry/wlinux-setup/debian/buster /tmp/pkgs/wlinux-setup_*.deb
workflows:
version: 2
build:
Expand Down

0 comments on commit 04aaefa

Please sign in to comment.