Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
pipeline: fix name of publish commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nickatsegment committed Oct 23, 2019
1 parent 83fd411 commit 881e475
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
# fixes https://askubuntu.com/questions/872399/error-failed-to-build-gem-native-extension-when-trying-to-download-rubocop
sudo gem install rake
sudo make -f Makefile.tools package_cloud
- run:
name: Publish to packagecloud
command: |
make -f Makefile.release publish-packagecloud
publish-github-linux:
Expand All @@ -98,6 +101,9 @@ jobs:
name: Install tools
command: |
make -f Makefile.tools github-release
- run:
name: Publish to GitHub (Linux)
command: |
make -f Makefile.release publish-github-linux
workflows:
Expand Down

0 comments on commit 881e475

Please sign in to comment.