Skip to content

Commit 1d78fbb

Browse files
committed
remove .DS_Store
1 parent c2564a1 commit 1d78fbb

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ node_modules
1010
# unit tests
1111
coverage
1212

13+
# macOS
14+
.DS_Store
15+
1316
# ignore npm lock
1417
package-json.lock
1518
.npmrc

test/.DS_Store

-6 KB
Binary file not shown.

test/environment/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
POSTGRES_VERSION=17
22
DATAVERSE_DB_USER=dataverse
33
SOLR_VERSION=9.8.0
4-
DATAVERSE_IMAGE_REGISTRY=ghcr.io
5-
DATAVERSE_IMAGE_TAG=11724-extend-list-dataverse-collection-links
4+
DATAVERSE_IMAGE_REGISTRY=docker.io
5+
DATAVERSE_IMAGE_TAG=unstable
66
DATAVERSE_BOOTSTRAP_TIMEOUT=5m

test/integration/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)