Skip to content
Snippets Groups Projects
Commit 951244cd authored by Teake Nutma's avatar Teake Nutma
Browse files

Remove debug statements

parent 7328dca0
Branches
No related merge requests found
......@@ -31,7 +31,6 @@ changed_files:
- if: $CI_MERGE_REQUEST_ID
- if: $CI_PIPELINE_SOURCE == 'push'
script:
- set -x
- |
if [ $CI_PIPELINE_SOURCE == "push" ]; then
echo "Push detected."
......@@ -41,7 +40,6 @@ changed_files:
COMPARE_REF="origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}"
fi
- git diff --name-only ${COMPARE_REF}...${CI_COMMIT_SHA} > changed_files.log
- cat changed_files.log
artifacts:
paths:
- changed_files.log
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment