Update gitlab-ci.yml

parent 9a3a5f81
...@@ -10,13 +10,8 @@ save_user_data: ...@@ -10,13 +10,8 @@ save_user_data:
stage: startup stage: startup
script: script:
- bash backup_bitrix.sh - bash backup_bitrix.sh
# - export
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
cache:
paths:
- www/bitrix/
- www/upload/
startup: startup:
stage: startup stage: startup
...@@ -51,7 +46,6 @@ deploy: ...@@ -51,7 +46,6 @@ deploy:
script: script:
- bash restore_bitrix.sh - bash restore_bitrix.sh
- echo 'Get all artifacts from previous stages, so site working properly' - echo 'Get all artifacts from previous stages, so site working properly'
# - export
.restore_bitrix: .restore_bitrix:
stage: build stage: build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment