chore: gitlab-ci

master
Sven Ketelsen 4 years ago
parent ca5f5ed333
commit e297432988

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

Loading…
Cancel
Save