-
Notifications
You must be signed in to change notification settings - Fork 31
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
Docker #112
Conversation
… the custom docker-image tag
@@ -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 |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
now #115 (I created a fresh branch so I wouldn't be including old changes) |
No description provided.