Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
valikos committed Jan 11, 2021
1 parent 34ba0ae commit 3f36cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion txgh/lib/txgh/gitlab_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_ref(ref)
end

def download(path, branch)
file = client.get_file(repo_name, path, Utils.url_safe_relative_branch(branch))
file = client.get_file(repo_name, Utils.url_safe_relative_branch(path), branch)

# mock github response
{
Expand Down
1 change: 1 addition & 0 deletions txgh/lib/txgh/pusher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def push(&block)
end

def push_resources(tx_resources, &block)
logger.info('>>> PING')
tx_resources.each do |tx_resource|
categories = block_given? ? yield(tx_resource) : {}
push_resource(tx_resource, categories)
Expand Down

0 comments on commit 3f36cfb

Please sign in to comment.