💚 add log message for debug

This commit is contained in:
Rafi Arrafif
2025-07-18 23:54:06 +07:00
parent 866bebe3b0
commit b9e71e80c7

View File

@ -26,6 +26,9 @@ create_release:
- job: build_app
artifacts: true
script:
- echo "CI_PROJECT_URL: $CI_PROJECT_URL"
- echo "CI_JOB_ID: $CI_JOB_ID"
- echo "Artifact URL: $CI_PROJECT_URL/-/jobs/$CI_JOB_ID/artifacts/raw/server-compiled"
- echo "Creating release and uploading server-compiled..."
release:
name: "Release $CI_COMMIT_TAG"