We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107788f commit 1882421Copy full SHA for 1882421
.github/workflows/deploy-env.yaml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
echo "${{ secrets.ENVRC }}" > .envrc.local
49
source .envrc.local
50
- which aws || true
51
- nix develop
52
- which aws
53
- echo "yes" | nix run .#cardano-services.${{ inputs.environment || 'ops-preview-1@us-east-1' }}.apply
+ nix develop -L --command bash -c '
+ set -euo pipefail
+ echo "yes" | nix run .#cardano-services.${{ inputs.environment || "ops-preview-1@us-east-1" }}.apply
+ '
0 commit comments