Skip to content

Commit

Permalink
yaml string of string array
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Sep 25, 2023
1 parent 7885847 commit ff0cd28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
chain: noble
dockerfile: cosmos
build-target: make install
build-env:
GOPRIVATE=github.com/circlefin/noble-cctp
build-env: |
- GOPRIVATE=github.com/circlefin/noble-cctp
pre-build: |
mkdir -p ~/.ssh
echo "${{ secrets.GITAUTH }}" | base64 -d > ~/.ssh/id_ed25519
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
chain: noble
dockerfile: cosmos
build-target: make install
build-env:
GOPRIVATE=github.com/circlefin/noble-cctp
build-env: |
- GOPRIVATE=github.com/circlefin/noble-cctp
pre-build: |
mkdir -p ~/.ssh
echo "${{ secrets.GITAUTH }}" | base64 -d > ~/.ssh/id_ed25519
Expand Down

0 comments on commit ff0cd28

Please sign in to comment.