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

Docker #112

Closed
wants to merge 2 commits into from
Closed

Docker #112

wants to merge 2 commits into from

Conversation

jmaher
Copy link
Contributor

@jmaher jmaher commented Apr 8, 2021

No description provided.

@jmaher jmaher requested a review from escapewindow April 8, 2021 16:45
@@ -124,6 +124,32 @@ Once Taskcluster CI automation is enabled, you will see a decision task (and rel
- a file under `taskcluster/`
- or a file under the package directory have been changed since the previous test run.

- Custom tooling needs - If you need extra npm's installed or a different version of node, here are some options
Copy link
Contributor

Choose a reason for hiding this comment

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

We could do this, or start a new subsection with

### Custom tooling needs

```
{
"devDependencies": {
"superawesomepackage": "^3.1.4",
Copy link
Contributor

Choose a reason for hiding this comment

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

Hm, does this work? Do we install devDependencies in the build/test?

@@ -16,6 +16,9 @@ additional-emails: []
# the xpi package.json lives. Optional. Defaults to the
# root of the repository.
directory: one
# string: docker-image. Optional. Defaults to node-14 as found
# in taskcluster/ci/[build|test]/kind.yml .
docker-image: node-14
Copy link
Contributor

Choose a reason for hiding this comment

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

Hm, I'm trying to figure out why this and the below changes are showing up here.
Didn't we merge these in #111? I see the changes in https://github.com/mozilla-extensions/xpi-manifest/blob/master/manifests/template-example.yml.template#L19-L21

@jmaher jmaher closed this Apr 8, 2021
@jmaher
Copy link
Contributor Author

jmaher commented Apr 8, 2021

now #115 (I created a fresh branch so I wouldn't be including old changes)

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.

2 participants