From 9b57bf595817d8a2c009041c7bf5095996a30c5c Mon Sep 17 00:00:00 2001 From: Hoan To Date: Wed, 12 Apr 2023 14:16:03 +0000 Subject: [PATCH] Dev 997 provisioning galaxy role --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d3f8dd..a624c8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,8 +36,6 @@ builder-job: # A resource group ensures a job is mutually exclusive across different pipelines for the same project. resource_group: dev stage: ansible-builder - before_script: - - cd ansible-builder script: - cp $SSH_KEY_GITLAB_CI_BUILDER_FILE ansible-builder/context/id_ed25519 - echo "Running docker build to build awx execution environment"