mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-27 05:34:25 +00:00
chore(snippets): bring in commands and functions from the kb
This commit is contained in:
7
snippets/gitlab-runner.sh
Normal file
7
snippets/gitlab-runner.sh
Normal 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'
|
||||
Reference in New Issue
Block a user