Compare commits

..

3 Commits

Author SHA1 Message Date
02aef1b6c3 Merge branch 'master' into renovate/quay.io-linuxserver.io-code-server-4.x
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
2023-12-14 09:22:44 +01:00
c9b600969e upd/woodpeckerPluging (#79)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
### 📖 Summary

- rename `ci` pipeline file
- bump builx plugin

### 📑 Test Plan

 CI pipeline tests (Default)

### 💬 Details

_No response_

### 📚 Additional Notes

_No response_

Reviewed-on: CodeServer/arkanum#79
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Co-committed-by: OCram85 <marco.blessing@googlemail.com>
2023-12-14 09:22:35 +01:00
aef0d17c1d fix typo in arkanum cli help (#78)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
### 📖 Summary

- just fixing typo

### 📑 Test Plan

 CI pipeline tests (Default)

### 💬 Details

_No response_

### 📚 Additional Notes

_No response_

Reviewed-on: CodeServer/arkanum#78
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Co-committed-by: OCram85 <marco.blessing@googlemail.com>
2023-12-14 09:17:25 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ when:
- ${CI_REPO_DEFAULT_BRANCH}
variables:
- &build_plugin 'woodpeckerci/plugin-docker-buildx:2.2.0'
- &build_plugin 'woodpeckerci/plugin-docker-buildx:2.2.1'
# deployment targets
- &publish_repos 'ocram85/arkanum,gitea.ocram85.com/codeserver/arkanum,ghcr.io/ocram85/arkanum,codeberg.org/codeserver/arkanum'
# logins for deployment targets

View File

@ -17,7 +17,7 @@ function showHelp() {
OPTION
config:
disable-motd Disables hint in new bash terminal.
install extensions Installs predefined recommended extensions.
install-extensions Installs predefined recommended extensions.
reset-codesettings Sets VS Code user setting with basic (Fira Code).
git:
@ -28,7 +28,7 @@ function showHelp() {
install:
docker-cli Installs the latest docker-cli.
dotnet Installs latest LTS dotnet core sdk + runtime.
gitea Installs gitea tools like the changelog generator.
gitea Installs gitea tools like changelog and tea.
golang Installs golang 1.19.3.
nodejs Installs latest NodeJs LTS version using Volta.
volta Installs Volta as NodeJS version manager.