Use metadata stored in artifacats metadata file

This commit is contained in:
Grzegorz Bizon
2016-01-14 12:48:14 +01:00
parent e3ef0ac8f4
commit 447f56036e
3 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ module Gitlab
# This is IO-operations safe class, that does similar job to
# Ruby's Pathname but without the risk of accessing filesystem.
#
# TODO: better support for '../' and './'
# TODO, better support for '../' and './'
#
class StringPath
attr_reader :path, :universe