Skip to content

Commit 18201dd

Browse files
authored
Merge pull request #1379 from input-output-hk/fix-ci
ci: fix .kube being not found
2 parents ccaa53a + 6941c0b commit 18201dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/std.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ jobs:
220220
"dev-preprod@us-east-1@v2" \
221221
"dev-mainnet@us-east-1" \
222222
; do
223-
git restore .kube
224223
nix run -L ".#cardano-services.${target}.plan" | tee k8s-plan.diff
225224
226225
(
@@ -320,6 +319,5 @@ jobs:
320319
export AWS_PROFILE="lw"
321320
export AWS_REGION="us-east-1"
322321
323-
git restore .kube
324322
echo yes | nix run -L ".#cardano-services.${{ matrix.target }}.apply"
325323
'

0 commit comments

Comments
 (0)