5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 11:56:08 +00:00

fix: fallar la ci temprano

This commit is contained in:
f 2023-11-30 13:19:48 -03:00
parent 7180f3597b
commit 8cf00e75c7
No known key found for this signature in database

View file

@ -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\""