From e297432988a7f8959c400ca3e80c602ea9b9b8da Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Mon, 3 Jan 2022 18:08:34 +0100 Subject: [PATCH] chore: gitlab-ci --- .gitlab-ci.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b076e5..64f4d7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,12 @@ -variables: - DOCKER_BUILD_IMAGE: "docker.dev-at.de/smardigo/jdk11-mvn:3.6.3" +# This file is a template, and might need editing before it works on your project. +# 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: - - deploy +# After committing this template, visit CI/CD > Jobs to see the script output. -ansible-builder: - image: $DOCKER_BUILD_IMAGE - stage: deploy +job: script: - - cd ansible-builder - - ansible-builder build --tag dev-docker-registry-01.smardigo.digital/awx/awx-custom-ee:latest + # provide a shell script as argument for this keyword. + - echo "Hello World" tags: - dind