commands test

This commit is contained in:
Ruben Momoa
2024-08-22 13:58:31 +02:00
parent e2840e6a83
commit a7ae8a91d1

View File

@@ -15,6 +15,10 @@ steps:
repo: vistanarvas/${CI_REPO_NAME}
tag: ${CI_COMMIT_BRANCH}-alpine
dockerfile: Dockerfile_alpine
commands:
- echo "hello world"
- /usr/local/bin/dockerd-entrypoint.sh plugin-docker-buildx
- echo "goodbye world"
when:
branch:
exclude: [ main, master ]