Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
4ec78bde
Commit
4ec78bde
authored
Mar 31, 2021
by
Diego Molteni
Browse files
lint
parent
68cc3216
Pipeline
#34115
failed with stages
in 3 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/services/dataset/handler.ts
View file @
4ec78bde
...
@@ -470,6 +470,7 @@ export class DatasetHandler {
...
@@ -470,6 +470,7 @@ export class DatasetHandler {
const
bucketName
=
dataset
.
gcsurl
.
split
(
'
/
'
)[
0
];
const
bucketName
=
dataset
.
gcsurl
.
split
(
'
/
'
)[
0
];
const
gcsprefix
=
dataset
.
gcsurl
.
split
(
'
/
'
)[
1
];
const
gcsprefix
=
dataset
.
gcsurl
.
split
(
'
/
'
)[
1
];
const
storage
=
StorageFactory
.
build
(
Config
.
CLOUDPROVIDER
,
tenant
);
const
storage
=
StorageFactory
.
build
(
Config
.
CLOUDPROVIDER
,
tenant
);
// tslint:disable-next-line: no-floating-promises
storage
.
deleteObjects
(
bucketName
,
gcsprefix
);
storage
.
deleteObjects
(
bucketName
,
gcsprefix
);
// remove any remaining locks (this should be removed with SKIP_WRITE_LOCK_CHECK_ON_MUTABLE_OPERATIONS)
// remove any remaining locks (this should be removed with SKIP_WRITE_LOCK_CHECK_ON_MUTABLE_OPERATIONS)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment