Commit 59416418 authored by Thomas Boni's avatar Thomas Boni
Browse files

remove emoji from jobs name

parent 2f0b3fdb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  script:
    - /run.sh

deploy_review🚀:
deploy_review:
  extends: .helm
  stage: review
  environment:
@@ -23,7 +23,7 @@ deploy_review🚀:
    variables:
      - $REVIEW_DISABLE

cleanup_review🛑:
cleanup_review:
  extends: .helm
  stage: review
  variables:
@@ -48,7 +48,7 @@ cleanup_review🛑:
#  script:
#    - helm secrets diff upgrade ${CI_PROJECT_PATH_SLUG} ${CHART_PATH} -f ${VALUES_PATH}/${ENV}.yaml -f ${VALUES_PATH}/secrets.${ENV}.yaml --set-string image.tag=${CI_COMMIT_SHORT_SHA} --namespace "$KUBE_NAMESPACE" --allow-unreleased

deploy_stage🚀:
deploy_stage:
  extends: .helm
  stage: staging
  environment:
@@ -66,7 +66,7 @@ deploy_stage🚀:
#  script:
#    - helm secrets diff upgrade ${CI_PROJECT_PATH_SLUG} ${CHART_PATH} -f ${VALUES_PATH}/${ENV}.yaml -f ${VALUES_PATH}/secrets.${ENV}.yaml --set-string image.tag=${CI_COMMIT_SHORT_SHA} --namespace "$KUBE_NAMESPACE" --allow-unreleased

deploy_production🚀:
deploy_production:
  extends: .helm
  stage: production
  environment:
+1 −1
Original line number Diff line number Diff line
# "Quality check" job
# See https://gitlab.com/go2scale/jobs/ for more informations

quality_check🔍:
quality_check:
  stage: code_level
  image:
    name: "registry.gitlab.com/go2scale/dockerfiles/quality-check:v0.2.7"