Skip to content
Snippets Groups Projects
Verified Commit 835fecd1 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: no code fix; only release and publish process

parent 7fc4b378
No related branches found
No related tags found
No related merge requests found
...@@ -10,12 +10,12 @@ stages: ...@@ -10,12 +10,12 @@ stages:
- release - release
- deploy - deploy
#before_script: before_script:
# - git config --global user.email "${GITLAB_USER_EMAIL}" - git config --global user.email "${GITLAB_USER_EMAIL}"
# - git config --global user.name "${GITLAB_USER_NAME}" - git config --global user.name "${GITLAB_USER_NAME}"
# - git config --global credential.helper '!f() { echo "username=gitlab-ci-token"; echo "password=${CI_JOB_TOKEN}"; }; f' - git config --global credential.helper '!f() { echo "username=gitlab-ci-token"; echo "password=${CI_JOB_TOKEN}"; }; f'
# - git config --global pull.rebase true - git config --global pull.rebase true
# - git config --global http.sslVerify "false" - git config --global http.sslVerify "false"
after_script: after_script:
- nix develop .#gitlab --command clean-up - nix develop .#gitlab --command clean-up
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment