Skip to content

Commit

Permalink
Merge pull request #6 from SumoLogic/alpha
Browse files Browse the repository at this point in the history
OrbName Update
  • Loading branch information
JKashyap96 authored Dec 12, 2022
2 parents a534272 + 9a77551 commit b7d3fc4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ workflows:
- shellcheck/check:
filters: *filters
- orb-tools/publish:
orb-name: sumologicorb/sumologic-circleci-orb
orb-name: sumologic/sumologic
vcs-type: << pipeline.project.type >>
requires:
[orb-tools/lint, orb-tools/review, orb-tools/pack, shellcheck/check]
Expand Down
8 changes: 4 additions & 4 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
sumologic-circleci-orb: sumologicorb/sumologic-circleci-orb@dev:<<pipeline.git.revision>>
sumologic: sumologic/sumologic@dev:<<pipeline.git.revision>>
orb-tools: circleci/[email protected]

filters: &filters
Expand All @@ -16,7 +16,7 @@ jobs:
steps:
- checkout
# Run your orb's commands to validate them.
- sumologic-circleci-orb/job-collector:
- sumologic/job-collector:
environment: prod
team: apps
service: solutions
Expand All @@ -26,14 +26,14 @@ workflows:
# Make sure to include "filters: *filters" in every test job you want to run as part of your deployment.
- command-tests:
filters: *filters
- sumologic-circleci-orb/workflow-collector:
- sumologic/workflow-collector:
custom-data: |
{"foo": "bar", "project": "orbdevelopment"}
filters: *filters
- orb-tools/pack:
filters: *filters
- orb-tools/publish:
orb-name: sumologicorb/sumologic-circleci-orb
orb-name: sumologic/sumologic
vcs-type: << pipeline.project.type >>
pub-type: production
requires:
Expand Down
8 changes: 4 additions & 4 deletions src/examples/workflow-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: |
usage:
version: "2.1"
orbs:
sumologic: sumologicorb/sumologic-circleci-orb@2.0.1
sumologic: sumologic/sumologic@2.1.0
jobs:
build:
docker:
Expand All @@ -15,22 +15,22 @@ usage:
- image: cimg/node
steps:
- run: echo "This job represents a typical deploy job"
- sumologic-circleci-orb/job-collector:
- sumologic/job-collector:
environment: dev
team: APPS
test:
docker:
- image: cimg/node
steps:
- run: echo "This job represents a typical test job"
- sumologic-circleci-orb/job-collector:
- sumologic/job-collector:
environment: QE
team: APPS
service: Solutions
workflows:
build-test-and-deploy:
jobs:
- sumologic-circleci-orb/workflow-collector:
- sumologic/workflow-collector:
custom-data: |
{"foo": "bar", "$SOME_KEY_VAR": "$SOME_VALUE_VAR"}
- build
Expand Down

0 comments on commit b7d3fc4

Please sign in to comment.