Skip to content

Commit

Permalink
Fix indentation of skaffold.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ishan16696 committed Nov 26, 2024
1 parent ae8a54d commit 68e97c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ profiles:
value: {
"host": {
"command": [ sh, -c, '
echo "Copying GCP service account json" &&
touch "hack/e2e-test/infrastructure/overlays/gcp/common/assets/serviceaccount.json" &&
cp "$GCP_SERVICEACCOUNT_JSON_PATH" "hack/e2e-test/infrastructure/overlays/gcp/common/assets/serviceaccount.json"' ],
echo "Copying GCP service account json" &&
touch "hack/e2e-test/infrastructure/overlays/gcp/common/assets/serviceaccount.json" &&
cp "$GCP_SERVICEACCOUNT_JSON_PATH" "hack/e2e-test/infrastructure/overlays/gcp/common/assets/serviceaccount.json"' ],
"os": [ darwin, linux ]
}
}
Expand All @@ -158,9 +158,9 @@ profiles:
value: {
"host": {
"command": [ sh, -c, '
echo "Copying GCP service account json" &&
touch "hack/e2e-test/infrastructure/overlays/gcp/common/assets/serviceaccount.json" &&
cp "$GCP_SERVICEACCOUNT_JSON_PATH" "hack/e2e-test/infrastructure/overlays/gcp/common/assets/serviceaccount.json"' ],
echo "Copying GCP service account json" &&
touch "hack/e2e-test/infrastructure/overlays/gcp/common/assets/serviceaccount.json" &&
cp "$GCP_SERVICEACCOUNT_JSON_PATH" "hack/e2e-test/infrastructure/overlays/gcp/common/assets/serviceaccount.json"' ],
"os": [ darwin, linux ]
}
}
Expand Down

0 comments on commit 68e97c5

Please sign in to comment.