Skip to content

Commit 81ad07b

Browse files
authored
Merge pull request #877 from bids-standard/publish_test
Publish test
2 parents a19b1c4 + 4a131b3 commit 81ad07b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
steps:
4848
- run: apk --no-cache add ca-certificates git openssh-client
4949
- checkout
50-
- run: apk --no-cache add ca-certificates
5150
- restore_cache:
5251
keys:
5352
- npm-deps-{{ checksum "package.json" }}
@@ -68,7 +67,7 @@ jobs:
6867
- checkout
6968
- run:
7069
name: Set up environment
71-
command: apk --no-cache add ca-certificates git build-base libffi-dev libressl-dev
70+
command: apk --no-cache add build-base libffi-dev libressl-dev
7271
- run:
7372
name: Install Python 3 and build tools
7473
command: apk --no-cache add python3 python3-dev

bids-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@
6262
"fs": false,
6363
"child_process": false
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)