5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 18:16:22 +00:00

ci: compilar assets al final

This commit is contained in:
f 2024-01-08 18:00:52 -03:00
parent 6a91a4179c
commit 2bf907aa00
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ cache:
- "node_modules" - "node_modules"
- ".task" - ".task"
assets: assets:
stage: "build" stage: "deploy"
before_script: before_script:
- "git config --global user.email \"${GIT_USER_EMAIL:-$GITLAB_USER_EMAIL}\"" - "git config --global user.email \"${GIT_USER_EMAIL:-$GITLAB_USER_EMAIL}\""
- "git config --global user.name \"${GIT_USER_NAME:-$GITLAB_USER_NAME}\"" - "git config --global user.name \"${GIT_USER_NAME:-$GITLAB_USER_NAME}\""