mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 17:36:23 +00:00
ci: compilar assets al final
This commit is contained in:
parent
6a91a4179c
commit
2bf907aa00
1 changed files with 1 additions and 1 deletions
|
@ -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}\""
|
||||||
|
|
Loading…
Reference in a new issue