Commit graph

163 commits

Author SHA1 Message Date
vladislav doster b7b8347cad
fix: compile command logic when using id-as ice (#619)
- Updated README.md `compiling` section
- Compile commands now work with `id-as` ice
- Compile command options added to tab completion  

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2024-03-03 23:43:48 -06:00
vladislav doster 8a64c2453d
ci(tests): bump brew lua5.1 -> lua5.4 (#638) 2024-02-20 04:05:29 -06:00
dependabot[bot] e5bb1c506a
build(deps): bump actions/checkout from 3 to 4 (#630)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-26 01:38:33 -06:00
vladislav doster d65206ffff
ci: move bump homebrew version to own file (#629)
Signed-off-by: Doster, Vladislav <mvdoster@gmail.com>
2024-01-22 00:58:49 -06:00
vladislav doster 90b057cd26
ci(release): bump zinit homebrew formula (#628) 2024-01-21 23:14:00 -06:00
vladislav doster 722d13c893
ci: bump node version to v20 in release workflow (#624) 2024-01-18 14:02:10 -06:00
vladislav doster 70cefc086a
fix(ci): remove duplicate gh-r zunit job (#623) 2024-01-14 15:44:06 -06:00
vladislav doster 22e66db478
feat: configure, make, cmake, and build ices (#613) (#616)
* Refactored 'configure' and 'make' ices
* New 'build' ice sets 'configure' and 'make ices if no flags are needed.
* New 'cmake' ice will build/install using 'cmake'
* Delete command now handles programs using 'make' and 'cmake' ices
* Setting `$ZINIT[DEBUG]` enables debug logging (i.e., `+zi-log "{dbg} message ..."`)
2024-01-09 04:11:39 -06:00
vladislav doster 794723cc48
fix: update labeler config to v5 (#604) 2023-12-08 20:13:30 -06:00
vladislav doster 4d623cbfae
ci: fix invalid labeler configuration (#603) 2023-12-08 19:54:04 -06:00
dependabot[bot] 0fde0ef66b
build(deps): bump actions/labeler from 4 to 5 (#600)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 17:56:00 -06:00
dependabot[bot] b5cc616a9c
build(deps): bump actions/setup-python from 4 to 5 (#601)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 17:55:53 -06:00
dependabot[bot] e1df662973
build(deps): bump actions/setup-node from 3 to 4 (#584)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-27 07:25:22 +02:00
dependabot[bot] b88b6a2959
build(deps): bump docker/setup-qemu-action from 2 to 3 (#578)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 18:34:26 +02:00
dependabot[bot] 7a65999a30
build(deps): bump docker/build-push-action from 4 to 5 (#577)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 18:32:45 +02:00
dependabot[bot] 00e1a11cd2
build(deps): bump docker/setup-buildx-action from 2 to 3 (#579)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 18:32:35 +02:00
dependabot[bot] 86564bedf2
build(deps): bump docker/login-action from 2 to 3 (#580)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 18:32:25 +02:00
dependabot[bot] 0a1ee8271e
build(deps): bump actions/checkout from 3 to 4 (#573)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-04 16:51:21 +02:00
Philipp Schmitt 5706971e90
ci: commit generated docs (#535)
Co-authored-by: vladislav doster <10052309+vladdoster@users.noreply.github.com>
2023-06-13 12:04:11 +02:00
vladislav doster f933dc028e
fix: build container for tagged releases 2023-06-05 20:41:10 -05:00
Philipp Schmitt c3f9d8967d
ci: only build on main branch 2023-06-05 09:30:53 +02:00
Philipp Schmitt 238e843d60
feat: build container with zsh 5.9 (#525) 2023-06-05 09:04:01 +02:00
Vladislav Doster c323116483 feat: expand gh-r zunit tests
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2023-04-19 16:54:49 +00:00
vladislav doster 938f48375b
fix: bump node version in release workflow 2023-04-02 06:47:38 -05:00
Philipp Schmitt 3802893c74
fix: do not run make docs 2023-04-02 12:38:06 +02:00
Vladislav Doster 9eee215e3f
feat: delete subcommand refactor
- `delete` subcommand can now take multiple arguments
- improved logic for `--all`, `--clean` flags
- improved log output
- now cleans up broken symlinks

```
zinit delete <Plugin> <Plugin> ...
```

Closes #57
Closes #239

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2023-04-02 04:38:38 -05:00
vladislav doster 5d064741a0
ci: add completion to pull request labels 2023-03-27 21:07:29 -05:00
dependabot[bot] df6c21bd6d
build(deps): bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-31 12:03:02 +00:00
Vladislav Doster b5a31c07f2 fix: gh-r pattern for 64bit linux-gnu systems
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2023-01-14 00:01:00 +00:00
Vladislav Doster 7e486519d7 fix: gh-r parsing logic for arm64 & logging style
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2023-01-05 10:02:44 -06:00
Vladislav Doster d618467ff0 fix: failing zunit tests & bootstrap script
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2023-01-05 04:36:25 -06:00
Vladislav Doster 515688bc97 revert: "Merge branch 'refactor/zinit-function-names' into main"
This reverts commit b979847bd4, reversing
changes made to da924a21a1.

I (@vladdoster) accidentally merged this into the wrong repository. Apologies for the lack of due diligence.
2022-12-17 21:11:41 -06:00
vladislav doster b979847bd4
Merge branch 'refactor/zinit-function-names' into main 2022-12-17 18:22:20 -06:00
Vladislav Doster bfb01e65d7 feat: display version via version sub command
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-12-17 06:14:46 -06:00
Vladislav Doster c28580c3fc refactor: rename zinit functions
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-12-09 15:40:31 -06:00
vladislav doster 9e6f835b73
ci: add commit linting via commitlint (#428)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-11-20 03:19:34 -06:00
Vladislav Doster 73542b4909 feat: add releases via semantic-release
- release workflow
- semantic-release configuration file
- new CHANGELOG.md

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-11-06 20:38:44 -06:00
vladislav doster f4787dcac8
fix: zunit install in GH workflow (#412)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-11-05 04:39:04 -05:00
Vladislav Doster bc56e757db maint: disable container & installer workflows
Temporarily disable container and installer workflows so CI checks pass.

Fixes for both are a WIP and will be in a seperate PR that also
re-enables the workflows.

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-10-30 07:58:52 -05:00
Vladislav Doster 195f72d54b fix: workflow pkg mgmt due to base OS changes
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-10-30 07:58:36 -05:00
Vladislav Doster c61319378d fix: remove macOS 10.5 & 11 from test matrix
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-09-05 20:50:47 -05:00
Jan Katins c3d1bb586c
fix: allow zinit to be run from non-interactive scripts (#227)
* maint: Ignore .idea folder

Co-authored-by: Philipp Schmitt <pschmitt@users.noreply.github.com>

* fix: Don't escape exclamation marks in hook keys

Exclamation marks (per default) get escaped in interactive mode,
but not in non-interactive modes. In this case it meant that zinit
would not find any hooks which implements the ices when running in
non-interactive mode (e.g. in a script). This in turn would NOT result
in errors but would just silently not execute any of the ices which
of course would be a bad thing(tm).

https://github.com/zdharma-continuum/zinit/issues/199 has the details...

Closes: #199

* fix: Ignore errors if cp cannot copy .zwc files

This would otherwise bubble up as a hook failure and further up as a zinit call failure

* fix: Add pick ice now that the compile hook is run

After the fix, the compile hook is now run and would fail without this information. IN addition, only files starting with _ are linked into the completion folder.

* fix: Fix docker-buildx gh-r test now that atclone ice is run

* maint: Add basic tests for cp/mv/atclone/make ices

zunit runs tests non-interactively and these tests fail without the fix in this branch.

Co-authored-by: Philipp Schmitt <pschmitt@users.noreply.github.com>
2022-08-06 02:35:58 -04:00
vladislav doster 5fffd4f6b0
(maint): add config for stale labeler bot 2022-08-04 04:12:01 -05:00
vladislav doster f729e065db
fix: broken yaml syntax in issue template (#355) 2022-07-24 20:42:15 -05:00
vladislav doster 95baba0a95
maint: improve OS info and add CoC agreement in issue template (#353) 2022-07-24 20:30:30 -05:00
Vladislav Doster 4194b4e34a maint: add CODEOWNERS file for code owners feature
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-07-15 22:08:30 +00:00
vladislav doster 99a41e36a6
maint: delete PR template in favor of org wide copy (#324)
This PR template was used before  [zdharma-continuum/.github](https://github.com/zdharma-continuum/.github) existed. 

Deleting in favor of having a single source of truth.
2022-07-02 04:30:58 -05:00
vladislav doster 161d7c1ee1
fix: typo & triggers in documentation workflow (#308)
- correct typo (e.g., branchs -> branches)
- add `main` branch to pull request trigger
2022-06-11 06:45:54 -05:00
vladislav doster eb19b5bafc
maint: update ISSUE_TEMPLATE/bug-report.yml
- add commands to run to get relevant information
- clean up wording, formatting and punctuation
2022-05-29 00:12:12 -05:00
vladislav doster 07cde66008
fix: docs workflow should fail if out-of-date (#278)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-05-21 23:04:56 -05:00
vladislav doster 8620574a55
fix: account for systems where musl is present (#269)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-05-18 14:36:23 -05:00
vladislav doster 0825607f63
docs: create a code of conduct for contributors (#273)
- Recommended for projects of all sizes
- Update labeler configuration to mark changes to markdown files in
  repository root directory as `docs`

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-05-14 07:34:17 -05:00
vladislav doster 4d4cb13fa8
maint: expand systems (macos-{12,10.15} & ubuntu-{22.04,18.04} that run unit tests (#268)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-05-12 01:19:09 -05:00
vladislav doster 26070d6992
maint: remove --tap flag from zunit tests 2022-05-09 20:55:22 -05:00
vladislav doster 96135bc5e5
maint: use zdharma-continuum zunit repository (#264) 2022-05-09 20:49:10 -05:00
vladislav doster b74f627ffa
maint: improve gh actions trigger for zshelldocs (#262)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-05-09 14:04:09 -05:00
dependabot[bot] 692a98b180
build(deps): bump docker/setup-qemu-action from 1 to 2 (#252)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 07:26:29 -05:00
dependabot[bot] de86c20a10
build(deps): bump docker/setup-buildx-action from 1 to 2 (#253)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 07:26:22 -05:00
dependabot[bot] 256d90e4bb
build(deps): bump docker/login-action from 1 to 2 (#254)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 07:26:00 -05:00
dependabot[bot] 580c1e8233
build(deps): bump docker/build-push-action from 2 to 3 (#251)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 07:25:45 -05:00
vladislav doster d60638f221
fix: gh-r logic ignores [36]86 assets (#235)
Changes:

- Reduce zunit verbosity with `--tap` flag
- `gh-r` tests now use `lbin` instead of `sbin`. `lbin` has smarter
  logic when looking for executables to use in creating a shim
- Add gh-r tests for `rust-analyzer`, `docker-compose`, `neovim` binary &
  appimage, and `kopia`
- Condense gh-r test logic to halve LOC (i.e., 1000+ -> ~500)
- Update gh-r logic to discard 32 bit binaries, improve 64 bit
  selection, and linux-{gnu,musl} patterns

Closes #225, #246, #247

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-05-05 21:58:38 -05:00
vladislav doster 5c70f5a4a7
maint: improve scope of docs workflow triggers (#249) 2022-05-05 13:37:52 -05:00
vladislav doster 6647bdc31c
feat: add GH action to remove old workflow logs (#248) 2022-05-05 05:21:16 -05:00
vladislav doster 693498484a
maint: use --tap flag to reduce zunit test output (#246)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-05-04 23:36:39 -05:00
vladislav doster 49af86688b
fix: trigger for PR labeler GH action workflow (#237)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-04-29 02:25:55 -05:00
vladislav doster 8a0d5678d1
fix: permissions for PR labeler GH action workflow (#236)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-04-29 02:11:14 -05:00
vladislav doster d0e7f9d204
doc: improve zsd gen, pdf output, and gh workflow (#220)
- Fix to re-enable users to generate zshelldoc documentation without
  docker.
- Update most asciidoctor blocks in Zinit source code to fix issue where
  they would take up a line above the next function name
- Remove unnecessary steps from the documentation Github action workflow
- Misc. Makefile changes in clean and doc targets logic

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-04-24 20:42:44 -05:00
vladislav doster af4dcd5950
maint: update issue templates to organize new issues (#219)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-04-24 07:16:11 -05:00
vladislav doster d59f15067e refactor: zunit tests & gh-r logic (#201)
- Ability to run unit tests without Docker
- Define a Z-unit \_support/bootstrap script defining the isolated test
  environment in a temp dir via `mktemp -d`, to ensure a clean test
  environment.
- GH actions workflow now tests macOS & Windows and bumps Ubuntu to the
  latest.
- GH actions workflow leverages Homebrew to simplify installing zsh &
  zunit
- Condense Z-unit GH workflow into more organized build matrix. It
  avoids creating a new environment per test file as some test files
  only have one or two tests.
- Change or remove logic in the `setup` and `teardown` functions to
  commands which apply to type of tests being run (e.g., `gh-r` setup
  sets defualt ice `gh-r` and `nocompile`).
- Expand tests for testing `gh-r` on Linux & macOS for ensuring correct
  release selection.
- Correct GH workflow `on` conditions to avoid duplicating jobs.
- Update `gh-r` ice logic to be smarter about selecting a release for
  the current system.
- Expand linting to include the tools `shfmt`, `shellcheck`, and
  `mdformat`
- Rudimentary testing for all Zinit annexes (e.g., install with no
  errors)

|   Test   | Before | Now |
| :------: | :----: | :-: |
| annexes  |   3    | 10  |
|   gh-r   |   3    | 95  |
| plugins  |   2    |  3  |
| snippets |   4    |  4  |

<img width="841" alt="Screen Shot 2022-04-23 at 21 57 08" src="https://user-images.githubusercontent.com/10052309/164954220-123a8dc5-0399-41e3-b9cf-98b2cf599145.png">

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-04-24 05:24:10 -05:00
Vladislav Doster 96fe03f85b feat: expand linted file types to markdown and shell
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-04-17 17:26:08 -05:00
dependabot[bot] 8440defb78
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 13:37:54 +00:00
vladislav doster 3a7dc95f02
fix: rename docs to doc to match doc dir (#212) 2022-04-10 22:45:02 -05:00
vladislav doster 42e83d7f99
feat: add PR labeler to show what parts of Zinit are changed (#211)
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
2022-04-10 22:37:58 -05:00
Philipp Schmitt 78c898ea77
Remove the RC dance. GH runners will exit early on their own. 2022-03-18 08:19:02 +01:00
Philipp Schmitt 8e81b90335
Use container for generating docs 2022-03-17 22:55:04 +01:00
dependabot[bot] eb9ca00bde
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 12:26:37 +00:00
Aaron Lichtman b0c07a8a07
[CI] Only run git diff once
We can return the exit code from the same command we print the diff
from.
2022-02-22 16:02:42 -07:00
Aaron Lichtman 5f6c4f37fb
[CI] Only run git diff once
We can return the exit code from the same command we print the diff
from.
2022-02-22 15:54:23 -07:00
Philipp Schmitt 30f5ad474d
Add host-info input field 2021-12-02 09:55:33 +01:00
Philipp Schmitt 81153ef210
Add zcompile step 2021-12-02 09:26:49 +01:00
Philipp Schmitt 9c73ed01a0
Merge pull request #117 from zdharma-continuum/ci-zsd 2021-12-01 09:08:54 +01:00
Philipp Schmitt 72b446d335
Update issue templates 2021-11-30 13:17:57 +01:00
Philipp Schmitt 95e8f43ba9
Emojis. Everywhere. 2021-11-29 18:54:41 +01:00
Philipp Schmitt 7f456fdbd4
MORE EMOJIS 😱 2021-11-29 18:45:44 +01:00
Philipp Schmitt fc9fe3877c
More. emojis! 🚩 2021-11-29 18:42:06 +01:00
Philipp Schmitt 005e76a7b8
🤣 Add emojis 2021-11-29 18:40:30 +01:00
Philipp Schmitt 903a612957
Don't push images for PR - just build them. 2021-11-29 18:35:00 +01:00
Philipp Schmitt 4289227ada
Remove redundant VERSION build arg 2021-11-29 18:23:06 +01:00
Philipp Schmitt b78a3455ce
Add workflow_dispatch trigger 2021-11-29 18:06:36 +01:00
Philipp Schmitt cf16a3530e
Give the PDF step a more meaningful name 2021-11-29 17:44:42 +01:00
Philipp Schmitt 3cd6794648
Check if zsd docs are up to date 2021-11-29 17:37:44 +01:00
Philipp Schmitt 17c611ac0d
Only build :latest when pushing to main branch 2021-11-28 22:27:33 +01:00
Aaron Lichtman 8b5ed2a597
Merge pull request #114 from zdharma-continuum/lint 2021-11-27 17:16:43 -06:00
Philipp Schmitt 01273ad374
Add workflow_dispatch trigger for zunit tests 2021-11-27 22:58:34 +01:00
Philipp Schmitt be79f775a6
Basic linting 🤗 2021-11-27 21:25:12 +01:00
Philipp Schmitt 8881531904
Disable zsh 5.1.1 builds 2021-11-23 13:23:47 +01:00
Philipp Schmitt 2f6cc2737b
Limit docker builds to 90 minutes of runtime (instead of the default 6 hours) 2021-11-23 12:56:05 +01:00
Philipp Schmitt 9d9e410536
Testing with zunit! 2021-11-20 21:16:34 +01:00
Philipp Schmitt 2583464bd5
🤖 Automated container builds 2021-11-17 19:58:12 +01:00
Philipp Schmitt 437b071a6b
Sort steps 2021-11-16 12:03:40 +01:00