Skip to content

Commit 48a9944

Browse files
authored
Merge pull request #6 from code0-tech/add-sculptor
Add sculptor to pyxis management
2 parents 42a9fbc + e2b20d2 commit 48a9944

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ components:update:
1616
- aquila
1717
- draco
1818
- sagittarius
19+
- sculptor
1920
- taurus
2021
script:
2122
- bundle install

lib/pyxis/project/sculptor.rb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# frozen_string_literal: true
2+
3+
module Pyxis
4+
module Project
5+
class Sculptor < Base
6+
class << self
7+
def paths
8+
{
9+
github: 'code0-tech/sculptor',
10+
gitlab: 'code0-tech/development/sculptor',
11+
}
12+
end
13+
end
14+
end
15+
end
16+
end

0 commit comments

Comments
 (0)