CI + Dev-Workspace: disable automatic rollout and setup new Workspace #145

Merged
mg merged 73 commits from image into master 2024-07-30 20:58:25 +02:00
Showing only changes of commit 3a8c4bb9c9 - Show all commits

View file

@ -11,7 +11,6 @@ steps:
- echo $${VAULTPASS} | base64 -d > ./vault-pass # Name des Secrets in Großschreibung - echo $${VAULTPASS} | base64 -d > ./vault-pass # Name des Secrets in Großschreibung
- chmod 0400 ./id_ed25519 - chmod 0400 ./id_ed25519
# Doing # Doing
- ansible-lint --version
- ansible-lint --force-color --format pep8 - ansible-lint --force-color --format pep8
# https://woodpecker-ci.org/docs/usage/secrets#use-secrets-in-commands # https://woodpecker-ci.org/docs/usage/secrets#use-secrets-in-commands
secrets: [vaultpass] secrets: [vaultpass]