Skip to content

Commit

Permalink
fix: yq colors and debug
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed Jan 30, 2024
1 parent 754d15b commit dd509b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
env:
RUST_CERAMIC_IMAGE: ${{ needs.build.outputs.build_tag }}
run: |
set -ex
mkdir ./bin
sudo apt-get update && sudo apt-get install -y curl
curl -L https://github.com/mikefarah/yq/releases/download/v4.40.5/yq_linux_amd64 -o ./bin/yq
Expand All @@ -149,7 +150,7 @@ jobs:
chmod +x ./bin/hermetic-driver
curl -LO https://raw.githubusercontent.com/3box/ceramic-tests/main/networks/basic-rust.yaml
./bin/yq -i '.spec.ceramic[0].ipfs.rust.image = strenv(RUST_CERAMIC_IMAGE)' basic-rust.yaml
./bin/yq basic-rust.yaml
./bin/yq --no-colors basic-rust.yaml
-
name: Setup GKE auth
uses: 'google-github-actions/auth@v1'
Expand Down

0 comments on commit dd509b8

Please sign in to comment.