Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
web-ext is a required dependency now, for packaging the test extension (
Browse files Browse the repository at this point in the history
#123)

* web-ext is a required dependency now, for packaging the test extension

* only merge to deploy branch in deploy-branch-update job
  • Loading branch information
rhelmer authored and ci-build committed Sep 14, 2021
1 parent 9e9708a commit 66b39d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ jobs:
steps:
# Checkout the code as the first step.
- checkout
- run:
name: Configure git for ci-build
command: |
git config user.email "ci-build@rally-web-platform"
git config user.name "ci-build"
- run:
name: Checkout deploy branch and rebase onto master
command: git checkout deploy && git rebase master
# Next, the node orb's install-packages step will install the dependencies from a package.json.
# The orb install-packages step will also automatically cache them for faster future runs.
- node/install-packages
Expand Down Expand Up @@ -61,6 +53,14 @@ jobs:
steps:
- attach_workspace:
at: .
- run:
name: Configure git for ci-build
command: |
git config user.email "ci-build@rally-web-platform"
git config user.name "ci-build"
- run:
name: Checkout deploy branch and rebase onto master
command: git checkout deploy && git rebase master
- run:
name: Set up ssh known_hosts # https://circleci.com/docs/2.0/gh-bb-integration/
command: |
Expand Down
3 changes: 2 additions & 1 deletion tests/integration/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"devDependencies": {
"@mozilla/rally": "github:mozilla-rally/rally-sdk#b3bb288106f3fe66619fae92c9608e6fca6f5e70",
"rollup": "^2.56.3",
"rollup-plugin-copy": "^3.4.0"
"rollup-plugin-copy": "^3.4.0",
"web-ext": "^6.4.0"
}
}

0 comments on commit 66b39d0

Please sign in to comment.