mirror of
https://github.com/kasmtech/kasm-install-wizard.git
synced 2026-07-17 16:35:08 +00:00
Merge branch 'bugfix/ci-job-token' into 'develop'
Add CI_JOB_TOKEN to release pipeline See merge request kasm-technologies/internal/kasm_install_wizard!4
This commit is contained in:
commit
ce72001ce5
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ update_list_json:
|
|||
mv list.json.tmp list.json
|
||||
git config user.email "ci@gitlab"
|
||||
git config user.name "GitLab CI"
|
||||
git remote set-url origin "https://gitlab-ci-token:${CI_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git"
|
||||
git remote set-url origin "https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git"
|
||||
git add list.json
|
||||
if ! git diff --cached --quiet; then
|
||||
git commit -m "chore: update list.json from registry [skip ci]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue