Compare commits

..

No commits in common. "develop" and "1.18.1" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View file

@ -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_JOB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git"
git remote set-url origin "https://gitlab-ci-token:${CI_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]"

View file

@ -36,8 +36,3 @@ As configured files ingested from a current Kasm Workspaces installer are needed
/kasm_release/
└── 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)**