Skip to content

Commit

Permalink
fix: reproducible docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Feb 10, 2019
1 parent db1b302 commit de77509
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ vendor
build
coverage/
node_modules
add-on/dist
firefox
1 change: 0 additions & 1 deletion .yarnrc

This file was deleted.

2 changes: 1 addition & 1 deletion ci/update-manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
MANIFEST=add-on/manifest.common.json

# restore original in case it was modified manually
git checkout $MANIFEST
test -d .git && git checkout $MANIFEST

# skip all manifest mutations when building for stable channel
if [ "$RELEASE_CHANNEL" = "stable" ]; then
Expand Down

0 comments on commit de77509

Please sign in to comment.