Skip to content

Commit

Permalink
Merge pull request #1254 from input-output-hk/chore/LW-10508-meta-mis…
Browse files Browse the repository at this point in the history
…sing-rev

[LW-10508] ci: temporarily restore `rev` in `/v1.0.0/meta`
  • Loading branch information
gytis-ivaskevicius committed May 8, 2024
2 parents 389e12a + f9d5fb2 commit 4a3d468
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 4a3d468

Please sign in to comment.