Skip to content

[INFRA] Find npm requirements file in Circle#336

Merged
franklin-feingold merged 2 commits intobids-standard:masterfrom
franklin-feingold:circle_npm
Sep 24, 2019
Merged

[INFRA] Find npm requirements file in Circle#336
franklin-feingold merged 2 commits intobids-standard:masterfrom
franklin-feingold:circle_npm

Conversation

@franklin-feingold
Copy link
Copy Markdown
Collaborator

@franklin-feingold franklin-feingold commented Sep 19, 2019

addressing: https://circleci.com/gh/bids-standard/bids-specification/1326

tested on CircleCI and the directory is correct to pull our style guides

note: the other failed tests appear to be from the quick succession of merged PRs (parallel running)

command: |
cd ~
cat ~/build/npm-requirements.txt | xargs npm install
cat ~/project/npm-requirements.txt | xargs npm install
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't look like there will be anything in ~/project? This doesn't make much sense to me.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just checked running the ssh on 1326 and there is a project folder. This folder is created at checkout

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

~/project is the default CircleCI working directory, search for it (ctrl+f) on this page: https://circleci.com/docs/2.0/configuration-reference/

if you tested this and it works, this seems fine to me

@effigies effigies changed the title [INFRA] fix circle npm requirements file [INFRA] Find npm requirements file in Circle Sep 24, 2019
@franklin-feingold franklin-feingold merged commit d39c13f into bids-standard:master Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants