Skip to content

Commit 15a8d15

Browse files
mads-hartmannroboquat
authored andcommitted
Fix import paths after file move
1 parent 5a3e625 commit 15a8d15

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.werft/platform-delete-preview-environments-cron.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import { Werft } from '../util/werft';
2-
import * as Tracing from '../observability/tracing';
1+
import { Werft } from './util/werft';
2+
import * as Tracing from './observability/tracing';
33
import { SpanStatusCode } from '@opentelemetry/api';
4-
import { wipePreviewEnvironmentAndNamespace, helmInstallName, listAllPreviewNamespaces } from '../util/kubectl';
5-
import { exec } from '../util/shell';
6-
import { previewNameFromBranchName } from '../util/preview';
4+
import { wipePreviewEnvironmentAndNamespace, helmInstallName, listAllPreviewNamespaces } from './util/kubectl';
5+
import { exec } from './util/shell';
6+
import { previewNameFromBranchName } from './util/preview';
77

88
// Will be set once tracing has been initialized
99
let werft: Werft

0 commit comments

Comments
 (0)