If you're wondering why #concourse_ci `fly set-pipeline -p ...` is suddenly showing a diff with embedded "\n", on your multiline YAML then it's probably because you have trailing whitespace.

```yaml
- |
export METAL_ENV=native
tar xzf fsfm/*.tar.gz --strip-components=1 -C fsfm/
```

```diff
- - "export METAL_ENV=native\ntar xzf fsfm/*.tar.gz --strip-components=1 -C fsfm/\ntar
+ - |
+ export METAL_ENV=native
+ tar xzf fsfm/*.tar.gz --strip-components=1 -C fsfm/
```

Ich werde auf dem #jugsaxony day im September zu #concourse_ci sprechen https://jugsaxony.org/day/programm/details/187
Programm

JugSaxony Webseite

I just released a small Concourse CI resource type to check for Debian security announcements. You may use it to trigger container image builds when fresh security updates are available.

#debian #concourse_ci #ci

Get it while it's hot 🌶️ https://git.dittberner.info/jan/concourse-dsa-resource https://hub.docker.com/r/jandd/concourse-dsa-resource