Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ components:update:
- aquila
- draco
- sagittarius
- sculptor
- taurus
script:
- bundle install
Expand Down
16 changes: 16 additions & 0 deletions lib/pyxis/project/sculptor.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# frozen_string_literal: true

module Pyxis
module Project
class Sculptor < Base
class << self
def paths
{
github: 'code0-tech/sculptor',
gitlab: 'code0-tech/development/sculptor',
}
end
end
end
end
end