Skip to content

Commit

Permalink
Add status badge to readme and remove duplicate bash in CI (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-weir authored Oct 21, 2022
1 parent ef5098f commit 326173e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ commands:
--pure \
--keep GITHUB_TOKEN \
--keep CIRCLE_BRANCH \
--run bash bash \<<'EOF'
--run bash \<<'EOF'
set -euo pipefail
PACKAGES=(`ls package/main/daml/*/daml.yaml`)
Expand Down Expand Up @@ -117,7 +117,7 @@ commands:
--pure \
--keep GITHUB_TOKEN \
--keep CIRCLE_BRANCH \
--run bash bash \<<'EOF'
--run bash \<<'EOF'
set -euo pipefail
NAME=`yq e '.name' ui/package.json`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/digital-asset/daml/blob/main/LICENSE)
<!-- [![CircleCI](https://circleci.com/gh/digital-asset/daml-finance-app.svg?style=shield)](https://circleci.com/gh/digital-asset/daml-finance-app) -->
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/digital-asset/daml-finance-app/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/digital-asset/daml-finance-app/tree/main)

Copyright © 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Expand Down

0 comments on commit 326173e

Please sign in to comment.