mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-24 10:11:52 +00:00
fix: correr cuando se modifica la ci
This commit is contained in:
parent
9ec67f90e7
commit
8ef29dbfdc
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ assets:
|
||||||
- "package.json"
|
- "package.json"
|
||||||
- "app/javascript/**/*"
|
- "app/javascript/**/*"
|
||||||
- "app/assets/**/*"
|
- "app/assets/**/*"
|
||||||
|
- ".gitlab-ci.yml"
|
||||||
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