Commit 8a91e5d7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix DeleteFile satellite action

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent b26abe8f
......@@ -20,7 +20,7 @@ module Gitlab
File.delete(file_path_in_satellite)
# add removed file
repo.add(file_path_in_satellite)
repo.remove(file_path_in_satellite)
# commit the changes
# will raise CommandFailed when commit fails
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment