chore(snippets): bring in commands and functions from the kb

This commit is contained in:
Michele Cereda
2024-04-20 01:09:35 +02:00
parent 3282e0b845
commit 41174d61ba
8 changed files with 104 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
#!sh
gitlab-runner exec docker \
--env 'AWS_ACCESS_KEY_ID=AKIA…' --env 'AWS_SECRET_ACCESS_KEY=FsN4…' --env 'AWS_REGION=eu-west-1' \
--env 'DOCKER_AUTH_CONFIG={ "credsStore": "ecr-login" }' \
--docker-volumes "$HOME/.aws/credentials:/root/.aws/credentials:ro" \
'pulumi preview'