Skip to content

Commit

Permalink
ci: temporarily restore rev in /v1.0.0/meta
Browse files Browse the repository at this point in the history
LW-10508
  • Loading branch information
michalrus committed May 8, 2024
1 parent 389e12a commit f9d5fb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ jobs:
"dev-preprod@us-east-1@v2" \
"dev-mainnet@us-east-1" \
; do
git restore .kube
nix run -L ".#cardano-services.${target}.plan" | tee k8s-plan.diff
(
Expand Down Expand Up @@ -317,5 +318,6 @@ jobs:
export AWS_PROFILE="lw"
export AWS_REGION="us-east-1"
git restore .kube
echo yes | nix run -L ".#cardano-services.${{ matrix.target }}.apply"
'

0 comments on commit f9d5fb2

Please sign in to comment.