chore: gitlab-ci

master
Sven Ketelsen 4 years ago
parent abbe742118
commit baa3f83e35

@ -1,12 +1,12 @@
# This file is a template, and might need editing before it works on your project. variables:
# This file is a template demonstrating the `script` keyword. DOCKER_BUILD_IMAGE: "docker.dev-at.de/smardigo/jdk11-mvn:3.6.3"
# Learn more about this keyword here: https://docs.gitlab.com/ee/ci/yaml/README.html#script
# After committing this template, visit CI/CD > Jobs to see the script output. stages:
- deploy
job: deploy:
script: script:
# provide a shell script as argument for this keyword. - cd ansible-builder
- echo "Hello World" - ansible-builder build --tag dev-docker-registry-01.smardigo.digital/awx/awx-custom-ee:latest
tags: tags:
- dind - dind

Loading…
Cancel
Save