Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds initial circle config file #32

Closed
wants to merge 1 commit into from
Closed

Conversation

bg451
Copy link
Member

@bg451 bg451 commented Jun 13, 2019

No description provided.

@bg451
Copy link
Member Author

bg451 commented Jun 13, 2019

Oops meant to open this on my forked repo, ignore this for now

steps:
- checkout
- run: node -v
- run: npm -v
Copy link
Member

Choose a reason for hiding this comment

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

yarn versions gives you the versions of Node, Yarn and built-in module versions in one command.

- run: npm -v
- run:
name: dependency-install
command: yarn install --frozen-lockfile
Copy link
Member

Choose a reason for hiding this comment

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

We are not committing yarn.lock so this will fail.

Copy link
Member

Choose a reason for hiding this comment

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

The result of this should also be cached.

dyladan added a commit to dyladan/opentelemetry-js that referenced this pull request Sep 9, 2022
…elemetry#32)

Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
dyladan added a commit to dyladan/opentelemetry-js that referenced this pull request Sep 9, 2022
…elemetry#32)

Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
pichlermarc pushed a commit to dynatrace-oss-contrib/opentelemetry-js that referenced this pull request Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants