From 7be68640e6f737ec6bc338cd36808a372e0f5cee Mon Sep 17 00:00:00 2001 From: Artem K Date: Wed, 2 Jul 2025 22:19:23 +0200 Subject: [PATCH] pipeline config cleanup --- .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ebd2a2..17c11e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,11 +39,6 @@ build-and-deploy: - mv zola /usr/local/bin # Convert JSON to Zola content using PowerShell - - echo "Running PowerShell conversion script" - - pwd - - | - echo "Script path: $(pwd)/scripts/Convert-ToZola.ps1" - - test -f "./scripts/Convert-ToZola.ps1" && echo "Script exists" || echo "Script NOT found" - pwsh -File "./scripts/ConvertTo-ZolaContent.ps1" -MetadataPath "./" -ZolaContentPath "./template/content" # Build Zola site @@ -67,4 +62,5 @@ build-and-deploy: s3cmd sync --acl-public \ --no-mime-magic \ --guess-mime-type \ - ./template/public/ s3://$S3_BUCKET/ \ No newline at end of file + ./template/public/ s3://$S3_BUCKET/ +