Skip to content

Commit 9286959

Browse files
committed
Only adding Rakefile target
1 parent 8a0b6f3 commit 9286959

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,3 @@ jobs:
3232
uses: coverallsapp/github-action@master
3333
with:
3434
github-token: ${{ secrets.GITHUB_TOKEN }}
35-
- name: Create a tar.gz
36-
run: bundle exec rake package
37-
- uses: actions/upload-artifact@v2
38-
with:
39-
name: 'aws-codedeploy-agent.tar.gz'
40-
path: 'pkg/aws-codedeploy-agent-1.3.2.tar.gz'

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ end
5353

5454
# Packaging into a tar
5555
require 'rake/packagetask'
56-
Rake::PackageTask.new("aws-codedeploy-agent", "1.3.2") do |p|
56+
Rake::PackageTask.new("codedeploy-agent", :no_version) do |p|
5757
p.need_tar_gz = true
5858
p.package_files.include("*")
5959
end

0 commit comments

Comments
 (0)