Skip to content

Commit 585a454

Browse files
committed
fix: style updates
1 parent 6aa327c commit 585a454

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

β€Ž.gitlab-ci.ymlβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
#
55
stages:
66
- 🚦 QA
7-
-πŸš₯ Test
7+
- πŸš₯ Test
88

99
variables:
10-
# Use internal default Rakefile, to make sure we have a working version
10+
# Use internal default Rakefile, to make sure we have a working version
1111
RAKE: rake -f /Rakefile
1212

1313
default:
1414
image:
1515
name: ghcr.io/voxpupuli/voxbox:7.34.0-main
1616
entrypoint: [""]
1717

18-
### Templates
18+
### Templates #################################################################
1919
.default_rules:
2020
rules:
2121
- &puppetfile
@@ -25,7 +25,7 @@ default:
2525
changes:
2626
- 'Puppetfile'
2727

28-
### 🚦 QA
28+
### 🚦 QA ######################################################################
2929
.qa:
3030
stage: 🚦 QA
3131

@@ -115,7 +115,7 @@ qa-r10k-validate:
115115
rules:
116116
- *puppetfile
117117

118-
### πŸš₯ Test
118+
### πŸš₯ Test ####################################################################
119119
.test:
120120
stage: πŸš₯ Test
121121

0 commit comments

Comments
Β (0)