Skip to content

nullaus/taskcluster-vcs

 
 

Repository files navigation

TaskCluster VCS Tools (tc-vs)

Documentation Status

Build Status

Read the docs

Deploying new Docker images

# Edit `Dockerfile` and `src/task.js` to update the version number.
docker bulid -t taskcluster/taskcluster-vcs:$VERSION .
docker login
docker push taskcluster/taskcluster-vcs:$VERSION

Deploying new versions on npm

Consider running npm update first and testing the result.

# Edit package.json to update the revision
npm shrinkwrap
npm login
npm publish

Don't forget to commit and push the changes.

About

Taskcluster VCS Tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%