5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 05:34:16 +00:00

ci: probar que podemos pushear!

This commit is contained in:
f 2024-05-09 12:18:25 -03:00
parent 6972aafa75
commit 0d1ca35e6b
No known key found for this signature in database

View file

@ -24,6 +24,19 @@ variables:
LC_ALL: "C.UTF-8"
HAINISH: ""
cache:
push:
stage: "deploy"
only:
- "rails"
except:
- "schedules"
before_script:
- "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\""
script:
- "git commit --allow-empty -m \"ci: test [skip ci]\""
- "git push -o ci.skip origin HEAD:${CI_COMMIT_BRANCH}"
assets:
stage: "deploy"
only: