Skip to content

Commit

Permalink
chore(override): Remove no-op overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
merkata committed Dec 6, 2023
1 parent f803c24 commit 2cd5c57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions discourse_rock/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ parts:
- RUBY_INSTALL_VERSION: "0.9.2"
- RAILS_ENV: "production"
override-build: |
craftctl default
node_uri="https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-${ARCH}.tar.gz"
curl -Ls $node_uri | tar xzf - -C $CRAFT_OVERLAY/ --skip-old-files --no-same-owner --strip-components=1
yarn_uri="https://github.com/yarnpkg/yarn/releases/download/v${YARN_VERSION}/yarn-v${YARN_VERSION}.tar.gz"
Expand Down Expand Up @@ -163,7 +162,6 @@ parts:
- git
after: [discourse, patches]
override-stage: |
craftctl default
git -C srv/discourse/app apply patches/lp1903695.patch
git -C srv/discourse/app apply patches/anonymize_user.patch
# The following is a fix for UglifierJS assets compilation
Expand Down Expand Up @@ -196,7 +194,6 @@ parts:
- libpq-dev
- libssl-dev
override-prime: |
craftctl default
cd srv/discourse/app
gem install -n "bin" bundler -v 2.4.13
bin/bundle install
Expand All @@ -209,7 +206,6 @@ parts:
plugin: nil
after: [tooling, discourse, setup]
override-prime: |
craftctl default
chown -R 584792:584792 srv/discourse
mkdir -p var/lib/pebble/default/.npm
mkdir -p var/lib/pebble/default/.cache
Expand Down

0 comments on commit 2cd5c57

Please sign in to comment.