Commit 040be31f authored by Rafael's avatar Rafael

Corrige arquivo de CI

parent 3ca042a8
Pipeline #7951 passed with stage
in 2 minutes and 23 seconds
...@@ -62,9 +62,6 @@ variables: ...@@ -62,9 +62,6 @@ variables:
paths: paths:
- cli/web/cliente/dist - cli/web/cliente/dist
expire_in: 2 weeks expire_in: 2 weeks
after_script:
- rm node_modules
- rm dist
.build_app_agente_web: &build_app_agente_web .build_app_agente_web: &build_app_agente_web
before_script: before_script:
...@@ -76,23 +73,22 @@ variables: ...@@ -76,23 +73,22 @@ variables:
paths: paths:
- cli/web/agente/dist - cli/web/agente/dist
expire_in: 2 weeks expire_in: 2 weeks
after_script:
- rm node_modules
- rm dist
deploy_app_cliente_web: deploy_app_cliente_web:
<<: *has_tag_cliente_web
<<: *web <<: *web
<<: *has_tag_cliente_web
<<: *build_app_cliente_web <<: *build_app_cliente_web
script: script:
- cp -R dist ~/services/agiliza/cliente - DST_DIR="~/services/agiliza/cliente/dist/cliente"
- mkdir -p $DST_DIR && cp -R -a dist/. $DST_DIR
deploy_app_agente_web: deploy_app_agente_web:
<<: *web <<: *web
<<: *has_tag_agente_web <<: *has_tag_agente_web
<<: *build_app_agente_web <<: *build_app_agente_web
script: script:
- cp -R dist ~/services/agiliza/cliente - DST_DIR="~/services/agiliza/agente/dist/agente"
- mkdir -p $DST_DIR && cp -R -a dist/. $DST_DIR
################################################################################################# #################################################################################################
# BADGES # # BADGES #
################################################################################################# #################################################################################################
......
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