comment out put to /artifacts/:id for now
This commit is contained in:
parent
4ea95494de
commit
b81644acba
|
@ -10,9 +10,11 @@ class Travis::Api::App
|
||||||
respond_with service(:find_artifact, params)
|
respond_with service(:find_artifact, params)
|
||||||
end
|
end
|
||||||
|
|
||||||
put '/:id' do |id|
|
# TODO needs auth, required for live log archiving on log:aggregted in travis-tasks
|
||||||
respond_with service(:update_artifact, params)
|
#
|
||||||
end
|
# put '/:id' do |id|
|
||||||
|
# respond_with service(:update_artifact, params)
|
||||||
|
# end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user