Skip to content

Commit 68f23b7

Browse files
author
Nelson Wang
committed
Correcting names of stages to match platforms in CircleCI
1 parent 482b55a commit 68f23b7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ jobs:
5050
command: |
5151
make test_setup
5252
- run:
53-
name: Build a Debian 10 Container
53+
name: Build Debian 10 Splunk
5454
command: |
5555
make splunk-debian-10
5656
- run:
57-
name: Build a Debian 10 UF Container
57+
name: Build Debian 10 UF
5858
command: |
5959
make uf-debian-10
6060
- run:
6161
name: Test if image size increase
6262
command: make test_debian10_image_size
6363
- run:
64-
name: Running debian10 CI Tests
64+
name: Run Debian 10 image tests
6565
command: make run_tests_debian10
6666
no_output_timeout: 20m
6767
- store_artifacts:
@@ -87,15 +87,15 @@ jobs:
8787
command: |
8888
make test_setup
8989
- run:
90-
name: Build a Debian 10 Container
90+
name: Build Redhat 8 Splunk
9191
command: |
9292
make splunk-redhat-8
9393
- run:
94-
name: Build a Debian 10 UF Container
94+
name: Build Redhat 8 UF
9595
command: |
9696
make uf-redhat-8
9797
- run:
98-
name: Running debian10 CI Tests
98+
name: Run Redhat 8 image tests
9999
command: make run_tests_redhat8
100100
no_output_timeout: 20m
101101
- store_artifacts:

0 commit comments

Comments
 (0)