-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update build orb version to 1.0.41 in configuration files (#10)
- Loading branch information
1 parent
9fba667
commit 345d316
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ project settings CircleCI. Then include the following in your `.circleci/config. | |
version: 2.1 | ||
setup: true | ||
orbs: | ||
build: mojaloop/[email protected].40 | ||
build: mojaloop/[email protected].41 | ||
workflows: | ||
setup: | ||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ usage: | |
version: 2.1 | ||
setup: true | ||
orbs: | ||
build: mojaloop/[email protected].40 | ||
build: mojaloop/[email protected].41 | ||
workflows: | ||
setup: | ||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
version: 2.1 | ||
orbs: | ||
build: mojaloop/[email protected].40 | ||
build: mojaloop/[email protected].41 | ||
parameters: | ||
git_tag: | ||
type: string | ||
|