diff --git a/.gitlab/ci/review.gitlab-ci.yml b/.gitlab/ci/review.gitlab-ci.yml index 885582d77b40d2348e5b5e1ce17472de788f3196..569fdd692501c32d6bc6ec58363a7735b088cfd6 100644 --- a/.gitlab/ci/review.gitlab-ci.yml +++ b/.gitlab/ci/review.gitlab-ci.yml @@ -74,8 +74,7 @@ start-review-app-pipeline: resource_group: review/${CI_COMMIT_REF_SLUG}${SCHEDULE_TYPE} # CI_ENVIRONMENT_SLUG is not available here and we want this to be the same as the environment stage: review needs: - - job: compile-production-assets - artifacts: false + - compile-production-assets # We do not want to have ALL global variables passed as trigger variables, # as they cannot be overridden. See this issue for more context: # @@ -117,6 +116,7 @@ start-review-app-pipeline: PARENT_PIPELINE_ID: $CI_PIPELINE_ID SCHEDULE_TYPE: $SCHEDULE_TYPE DAST_RUN: $DAST_RUN + GLCI_ASSETS_IMAGE_TAG: $GLCI_ASSETS_IMAGE_TAG trigger: strategy: depend include: diff --git a/app/models/achievements/achievement.rb b/app/models/achievements/achievement.rb index d47868c4b669d9e4a5b1582790809485c4e54854..0fbcaa884c9f2e50a26a979c3eca6e644828db89 100644 --- a/app/models/achievements/achievement.rb +++ b/app/models/achievements/achievement.rb @@ -1,5 +1,7 @@ # frozen_string_literal: true +# test change + module Achievements class Achievement < ApplicationRecord include Avatarable