From ed1e570e4e66d8e0a00ec6d283e93e5cb794689f Mon Sep 17 00:00:00 2001 From: Bhavin Patel Date: Wed, 8 May 2024 16:55:22 +0000 Subject: [PATCH] Gitlab dist bug --- .gitignore | 1 - .gitlab-ci.yml | 2 +- pipeline/.release.yml | 4 +++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cfea793841..aaca905f92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ # Ignore example files from contentctl tool apps/ -dist/ test_results/ detections/*/.yml.example stories/*.yml.example diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17fb93e60d..cd7f77b1eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: docker-hub.repo.splunkdev.net/python:3.9 + image: docker-hub.repo.splunkdev.net/python:3.11 variables: EXTRACTO_VERSION: diff --git a/pipeline/.release.yml b/pipeline/.release.yml index fed16d9acb..e02e03845d 100644 --- a/pipeline/.release.yml +++ b/pipeline/.release.yml @@ -15,7 +15,9 @@ reporting: - unzip awscliv2.zip - ./aws/install script: - - poetry run contentctl -p ../ report + # Temporary workaround until we use pip based install for contentctl, moving the file to contentctl directory + - cp ../contentctl.yml . + - poetry run contentctl report --path ../ - cd .. - aws s3 cp reporting s3://$BUCKET/reporting --recursive --exclude "*" --include "*.svg" rules: