Skip to content

Commit

Permalink
use WIP orb
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard committed Sep 22, 2023
1 parent 6c7caba commit 0e7b492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# syntax, such as anchors, will be fixed automatically.
version: 2.1
orbs:
shared: getoutreach/shared@2.19.2
shared: getoutreach/shared@dev:jaredallard-feat-yarn-v3
queue: eddiewebb/[email protected]

parameters:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP := devbase
OSS := true
_ := $(shell ./scripts/devbase.sh)
_ := $(shell ./scripts/devbase.sh)

include .bootstrap/root/Makefile

Expand All @@ -18,5 +18,5 @@ validate-orb: build-orb

.PHONY: publish-orb
publish-orb: validate-orb
circleci orb publish orb.yml getoutreach/shared@dev:first
circleci orb publish orb.yml getoutreach/shared@dev:jaredallard-feat-yarn-v3
## <</Stencil::Block>>

0 comments on commit 0e7b492

Please sign in to comment.