mirror of
https://github.com/kasmtech/kasm-install-wizard.git
synced 2026-07-18 17:04:38 +00:00
Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a3b4f1a3c | ||
|
|
15f1b4aa17 | ||
|
|
ce72001ce5 | ||
|
|
cc5e786633 |
2 changed files with 6 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ update_list_json:
|
||||||
mv list.json.tmp list.json
|
mv list.json.tmp list.json
|
||||||
git config user.email "ci@gitlab"
|
git config user.email "ci@gitlab"
|
||||||
git config user.name "GitLab CI"
|
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
|
git add list.json
|
||||||
if ! git diff --cached --quiet; then
|
if ! git diff --cached --quiet; then
|
||||||
git commit -m "chore: update list.json from registry [skip ci]"
|
git commit -m "chore: update list.json from registry [skip ci]"
|
||||||
|
|
|
||||||
|
|
@ -36,3 +36,8 @@ As configured files ingested from a current Kasm Workspaces installer are needed
|
||||||
/kasm_release/
|
/kasm_release/
|
||||||
└── Full Kasm workspaces installer
|
└── Full Kasm workspaces installer
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Reporting Issues
|
||||||
|
|
||||||
|
To report any issues for this repository, please use our central issue tracker: **[Kasm Workspaces Issue Tracker](https://github.com/kasmtech/workspaces-issues/issues)**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue