Commit 05f75501 authored by Ilya Rassadin's avatar Ilya Rassadin
Browse files

add prebuild stage

parent 918633ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
  fi

.build_composer_dev:
  stage: build
  stage: prebuild
  image: registry.cetera.su/adm/ansible/php_composer:buster
  variables:
    COMPOSER_INSTALL_DIR: ${CI_PROJECT_DIR}
+2 −1
Original line number Diff line number Diff line
stages:
  - build
  - prebuild
  - test
  - build
  - deploy
  - post_deploy