Changes have been pushed for the repository "fawkesrobotics/fawkes".
Clone: https://github.com/fawkesrobotics/fawkes.git Gitweb: https://github.com/fawkesrobotics/fawkes The branch, thofmann/buildkite-podman-webview has been created at 74880fe2a725e1f3bc6aa6c82fe7f03ec928f473 (commit) https://github.com/fawkesrobotics/fawkes/tree/thofmann/buildkite-podman-webview - *Log* --------------------------------------------------------------- commit 74880fe2a725e1f3bc6aa6c82fe7f03ec928f473 Author: Till Hofmann <[email protected]> AuthorDate: Wed Dec 9 13:49:57 2020 +0100 Commit: Till Hofmann <[email protected]> CommitDate: Wed Dec 9 13:49:57 2020 +0100 buildkite: also switch webview build step to podman https://github.com/fawkesrobotics/fawkes/commit/74880fe2a - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *Summary* ----------------------------------------------------------- - *Diffs* ------------------------------------------------------------- - *commit* 74880fe2a725e1f3bc6aa6c82fe7f03ec928f473 - - - - - - - - - - Author: Till Hofmann <[email protected]> Date: Wed Dec 9 13:49:57 2020 +0100 Subject: buildkite: also switch webview build step to podman .buildkite/steps.d/20-webview-frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) _Diff for modified files_: diff --git a/.buildkite/steps.d/20-webview-frontend.yml b/.buildkite/steps.d/20-webview-frontend.yml index a51224b34..f5c0653dc 100644 --- a/.buildkite/steps.d/20-webview-frontend.yml +++ b/.buildkite/steps.d/20-webview-frontend.yml @@ -2,7 +2,7 @@ command: .buildkite/build-webview-frontend plugins: - *merged-pr-plugin - - docker#v3.0.1: - <<: *docker-plugin-base + - kannasecurity/podman#master: + <<: *podman-plugin-base volumes: - /var/lib/buildkite-agent/npm_cache:/home/builder/.npm _______________________________________________ fawkes-commits mailing list [email protected] https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits
