Tags: pinboard defaultfeed
2025-01-11
2024-09-09
Evidence below of WSL attempting to expose a port that is only open within a Docker container Docker service is installed inside WSL OS (tested with Ubuntu and Debian) Note no port exposed to WSL OS in docker command Steps to reproduce: ...
2024-09-04
2024-08-28
default: - parallel - step: *ExampleProjectBuildStep condition: changesets: includePaths: - "example_path/**" - step: *ExampleProjectBuildStep2 condition: changesets: includePaths: - "example_path_2/**" e
Solved: I want to run some steps only in particular cases. My expectation would be like: - step: name: some conditional step script: - echo "run
~/.cache/pip
Hi, We’ve been using Gitlab.com (not self-managed) for the last few weeks. We want to use the shared runners to execute our CI, and I succeed to set up a config with our existing suite tests. The main stage passes, how…
2024-08-26
How to group pipeline steps into stages and how to create deployment stages or multi-step deployments
changesets
a basic wiki clone so pretty and easy to set up, you’ll wonder if it’s really a wiki. - parasew/instiki
It would be great if hugo could support wiki-style page links, as in the git-hub wiki syntax: https://help.github.com/articles/adding-links-to-wikis/ This has been suggested a few times it seems: https://discourse.gohugo.io/t/internal-li...
i am thinking about having a file like this word1 = link1.com word2 = link2.com word3 = link2.com so hugo would automatically add a link to those words if they are found in any post
2024-08-19
2024-08-17
2024-08-14
Introduction In this article, we will discuss the importance of code linting and how to...