Skip to content

Instantly share code, notes, and snippets.

@scholz
scholz / css-photo-gallery.markdown
Created March 16, 2022 19:26
CSS photo gallery
@scholz
scholz / .azure-pipelines.yml
Last active March 14, 2022 14:55
example to access variables accross stages using stageDependencies with bash in azure devops
trigger:
- main
pool:
vmImage: ubuntu-latest
stages:
- stage: create_var_stage
jobs: