Browse Source

Revert "turn on duplicate log check on staging (#2635)" (#2639)

* Revert "turn on duplicate log check on staging (#2635)"

This reverts commit aeb998c537.

* Update fixed git version
pull/2613/head
kosiakkatrina 4 months ago committed by GitHub
parent
commit
0f4a8403ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Dockerfile
  2. 2
      app/services/feature_toggle.rb

2
Dockerfile

@ -10,7 +10,7 @@ RUN apk add --update --no-cache tzdata && \
# build-base: compilation tools for bundle
# yarn: node package manager
# postgresql-dev: postgres driver and libraries
RUN apk add --no-cache build-base=0.5-r3 busybox=1.36.1-r7 nodejs-current=20.8.1-r0 yarn=1.22.19-r0 postgresql13-dev=13.15-r0 git=2.40.1-r0 bash=5.2.15-r5
RUN apk add --no-cache build-base=0.5-r3 busybox=1.36.1-r7 nodejs-current=20.8.1-r0 yarn=1.22.19-r0 postgresql13-dev=13.15-r0 git=2.40.3-r0 bash=5.2.15-r5
# Bundler version should be the same version as what the Gemfile.lock was bundled with
RUN gem install bundler:2.3.14 --no-document

2
app/services/feature_toggle.rb

@ -4,7 +4,7 @@ class FeatureToggle
end
def self.bulk_upload_duplicate_log_check_enabled?
true
!Rails.env.staging?
end
def self.upload_enabled?

Loading…
Cancel
Save