File tree 1 file changed +6
-12
lines changed
1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 2
2
---
3
3
4
4
steps :
5
- # ################
6
- # Build and Test
7
- # ################
8
- - group : 🧪 Build and Test"
5
+ - group : " :test_tube: Build and Test"
9
6
key : test
10
7
steps :
11
- - label : " 🧪 Build and Test using Ruby {{ matrix.ruby }}"
8
+ - label : " :test_tube: Build and Test using Ruby {{ matrix.ruby }}"
12
9
command : |
13
10
echo "--- :ruby: Using ruby {{ matrix.ruby }}"
14
11
export RBENV_VERSION={{ matrix.ruby }}
@@ -31,17 +28,14 @@ steps:
31
28
plugins :
32
29
- $CI_TOOLKIT_PLUGIN
33
30
agents :
34
- queue : " mac"
31
+ queue : mac
35
32
matrix :
36
33
setup :
37
34
ruby :
38
35
- $RUBY_VERSION
39
36
40
- # ################
41
- # Push to RubyGems
42
- # ################
43
37
- label : " :rubygems: Publish to RubyGems"
44
- key : " gem-push"
38
+ key : gem-push
45
39
if : build.tag != null
46
40
depends_on :
47
41
- test
54
48
image : " public.ecr.aws/docker/library/ruby:$RUBY_VERSION"
55
49
propagate-environment : true
56
50
environment :
57
- - " RUBYGEMS_API_KEY"
51
+ - RUBYGEMS_API_KEY
58
52
agents :
59
- queue : " default"
53
+ queue : default
You can’t perform that action at this time.
0 commit comments