home.social

#continuousintegration — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #continuousintegration, aggregated by home.social.

  1. Naty @eclecticpassions ·

    has been back up for me yesterday, so I took the chance to implement what I converted my new build and script into a version that works on the `alpine/latest` CI runner which uses `bin/sh`...

    Read full note: burgeonlab.com/notes/2026/0411

    Syndicated via getindiekit.com

  2. #SourceHut has been back up for me yesterday, so I took the chance to implement what I converted my new #ci #hugo build and #deploy script into a version that works on the `alpine/latest` CI runner which uses `bin/sh`...

    Read full note: burgeonlab.com/notes/2026/0411

    Syndicated via getindiekit.com

    #backend #continuousintegration #srht #cicd #bash #scripts #makefile #make #logs #alpine

  3. #SourceHut has been back up for me yesterday, so I took the chance to implement what I converted my new #ci #hugo build and #deploy script into a version that works on the `alpine/latest` CI runner which uses `bin/sh`...

    Read full note: burgeonlab.com/notes/2026/0411

    Syndicated via getindiekit.com

    #backend #continuousintegration #srht #cicd #bash #scripts #makefile #make #logs #alpine

  4. #SourceHut has been back up for me yesterday, so I took the chance to implement what I converted my new #ci #hugo build and #deploy script into a version that works on the `alpine/latest` CI runner which uses `bin/sh`...

    Read full note: burgeonlab.com/notes/2026/0411

    Syndicated via getindiekit.com

    #backend #continuousintegration #srht #cicd #bash #scripts #makefile #make #logs #alpine

  5. #SourceHut has been back up for me yesterday, so I took the chance to implement what I converted my new #ci #hugo build and #deploy script into a version that works on the `alpine/latest` CI runner which uses `bin/sh`...

    Read full note: burgeonlab.com/notes/2026/0411

    Syndicated via getindiekit.com

    #backend #continuousintegration #srht #cicd #bash #scripts #makefile #make #logs #alpine

  6. My blog #BurgeonLab relies on #SourceHut Git and Builds. They’ve been down and at first I couldn’t deploy my site to my static host, #Bunnynet.

    This triggered me to create a local script that runs all the fetch/build steps as an alternative pathway to upload...

    View full note: burgeonlab.com/notes/2026/0408

    Syndicated via getindiekit.com

    This is post 27 of #100DaysToOffload

    #CICD #CI #Githubctions #srht #ddos #gitforge #git #continuousintegration #bash #script #statichost #statichosting

  7. Naty @eclecticpassions ·

    My blog relies on Git and Builds. They’ve been down and at first I couldn’t deploy my site to my static host, .

    This triggered me to create a local script that runs all the fetch/build steps as an alternative pathway to upload...

    View full note: burgeonlab.com/notes/2026/0408

    Syndicated via getindiekit.com

    This is post 27 of

  8. My blog #BurgeonLab relies on #SourceHut Git and Builds. They’ve been down and at first I couldn’t deploy my site to my static host, #Bunnynet.

    This triggered me to create a local script that runs all the fetch/build steps as an alternative pathway to upload...

    View full note: burgeonlab.com/notes/2026/0408

    Syndicated via getindiekit.com

    This is post 27 of #100DaysToOffload

    #CICD #CI #Githubctions #srht #ddos #gitforge #git #continuousintegration #bash #script #statichost #statichosting

  9. My blog #BurgeonLab relies on #SourceHut Git and Builds. They’ve been down and at first I couldn’t deploy my site to my static host, #Bunnynet.

    This triggered me to create a local script that runs all the fetch/build steps as an alternative pathway to upload...

    View full note: burgeonlab.com/notes/2026/0408

    Syndicated via getindiekit.com

    This is post 27 of #100DaysToOffload

    #CICD #CI #Githubctions #srht #ddos #gitforge #git #continuousintegration #bash #script #statichost #statichosting

  10. My blog #BurgeonLab relies on #SourceHut Git and Builds. They’ve been down and at first I couldn’t deploy my site to my static host, #Bunnynet.

    This triggered me to create a local script that runs all the fetch/build steps as an alternative pathway to upload...

    View full note: burgeonlab.com/notes/2026/0408

    Syndicated via getindiekit.com

    This is post 27 of #100DaysToOffload

    #CICD #CI #Githubctions #srht #ddos #gitforge #git #continuousintegration #bash #script #statichost #statichosting

  11. Turns out that not only do Actions runners come with jq preinstalled, but yq is there too.

    hollycummins.com/using-yq-in-g…

    There was a featured snippet for “is yq available on GitHub actions,” which directed me to a marketplace installer. The yq project itself had a marketplace installer. Clearly, I needed to install it before using it. Right?

    My colleague George Gastaldi looked at what I’d done, and pointed out yq was available on the runners. This matters, because we try and limit our use of external, ‘non-official’ actions, for supply chain security reasons.

    So I searched again to confirm, and … still found very little. To actually confirm, I had to merge and experiment. And, indeed, the GitHub runners do come with yq pre-installed. They’ve had yq since 2021.

    #yaml #yq #jq #GithubActions
    #CICD
    #ContinuousIntegration
    #ContinuousDeployment

  12. Turns out that not only do Actions runners come with jq preinstalled, but yq is there too.

    hollycummins.com/using-yq-in-g…

    There was a featured snippet for “is yq available on GitHub actions,” which directed me to a marketplace installer. The yq project itself had a marketplace installer. Clearly, I needed to install it before using it. Right?

    My colleague George Gastaldi looked at what I’d done, and pointed out yq was available on the runners. This matters, because we try and limit our use of external, ‘non-official’ actions, for supply chain security reasons.

    So I searched again to confirm, and … still found very little. To actually confirm, I had to merge and experiment. And, indeed, the GitHub runners do come with yq pre-installed. They’ve had yq since 2021.

    #yaml #yq #jq #GithubActions
    #CICD
    #ContinuousIntegration
    #ContinuousDeployment

  13. Turns out that not only do Actions runners come with jq preinstalled, but yq is there too.

    hollycummins.com/using-yq-in-g…

    There was a featured snippet for “is yq available on GitHub actions,” which directed me to a marketplace installer. The yq project itself had a marketplace installer. Clearly, I needed to install it before using it. Right?

    My colleague George Gastaldi looked at what I’d done, and pointed out yq was available on the runners. This matters, because we try and limit our use of external, ‘non-official’ actions, for supply chain security reasons.

    So I searched again to confirm, and … still found very little. To actually confirm, I had to merge and experiment. And, indeed, the GitHub runners do come with yq pre-installed. They’ve had yq since 2021.

    #yaml #yq #jq #GithubActions
    #CICD
    #ContinuousIntegration
    #ContinuousDeployment

  14. Turns out that not only do Actions runners come with jq preinstalled, but yq is there too.

    hollycummins.com/using-yq-in-g…

    There was a featured snippet for “is yq available on GitHub actions,” which directed me to a marketplace installer. The yq project itself had a marketplace installer. Clearly, I needed to install it before using it. Right?

    My colleague George Gastaldi looked at what I’d done, and pointed out yq was available on the runners. This matters, because we try and limit our use of external, ‘non-official’ actions, for supply chain security reasons.

    So I searched again to confirm, and … still found very little. To actually confirm, I had to merge and experiment. And, indeed, the GitHub runners do come with yq pre-installed. They’ve had yq since 2021.

    #yaml #yq #jq #GithubActions
    #CICD
    #ContinuousIntegration
    #ContinuousDeployment

  15. Turns out that not only do Actions runners come with jq preinstalled, but yq is there too.

    hollycummins.com/using-yq-in-g…

    There was a featured snippet for “is yq available on GitHub actions,” which directed me to a marketplace installer. The yq project itself had a marketplace installer. Clearly, I needed to install it before using it. Right?

    My colleague George Gastaldi looked at what I’d done, and pointed out yq was available on the runners. This matters, because we try and limit our use of external, ‘non-official’ actions, for supply chain security reasons.

    So I searched again to confirm, and … still found very little. To actually confirm, I had to merge and experiment. And, indeed, the GitHub runners do come with yq pre-installed. They’ve had yq since 2021.

    #yaml #yq #jq #GithubActions
    #CICD
    #ContinuousIntegration
    #ContinuousDeployment

  16. "What do #ContinuousIntegration, #science & #entrepreneurship all have in common? [They] require comparing an idealized conception to…objective reality." youtu.be/lcv2WtDu6MM?t=841 #GitLab4Science

    Related: #QuantumSupremacy exemplifies Popper's science married to profit-motive.