mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 00:26:21 +00:00
fix: fallar la ci temprano
This commit is contained in:
parent
7180f3597b
commit
8cf00e75c7
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ assets:
|
|||
- "app/assets/**/*"
|
||||
- ".gitlab-ci.yml"
|
||||
before_script:
|
||||
- "test -n \"${GITLAB_CI_PUSH_TOKEN}\""
|
||||
- "git config --global user.email \"${GIT_USER_EMAIL:-$GITLAB_USER_EMAIL}\""
|
||||
- "git config --global user.name \"${GIT_USER_NAME:-$GITLAB_USER_NAME}\""
|
||||
- "git remote set-url --push origin \"https://GITLAB_CI_PUSH_TOKEN:${GITLAB_CI_PUSH_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git\""
|
||||
|
|
Loading…
Reference in a new issue