PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/ithome/public_html/vrchocoart.com/wp-content/themes/diviecommerce/
Server: Linux host100322.itwesthosting.com 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
IP: 144.91.64.173
Choose File :

Url:
Dir : /home/ithome/public_html/vrchocoart.com/wp-content/themes/diviecommerce/.gitlab-ci.yml

variables:
  VERSION: 1.3.3
  NAMES: etm,ds

include:
  - project: "aspengrovestudios/release-automation"
    ref: master
    file: "/templates/1.1.10/.gitlab-ci.yml"

stages:
  - agsreleaser
  - phpcs

agsreleaser:
  when: manual

phpcs:
  stage: phpcs
  timeout: 180s
  script: /entrypoint.sh -s -p --ignore=admin/updater
  when: manual

phpcs-errors-only:
  stage: phpcs
  timeout: 180s
  allow_failure: true
  script: /entrypoint.sh -s -p --ignore=admin/updater -n
  when: manual

# variable represents docker image user to run tests
# it can be set both in gitlab group ci/cd settings (global for all repositories)
# or overriden per-repository settings
# note: set this variable as not-protected
image:
  name: $PHPCS_MARKETPLACE_IMAGE
  entrypoint: [""]