Skip to content

Commit 0b8eb22

Browse files
committed
CCM-8585: set debug
1 parent ce2cef5 commit 0b8eb22

File tree

2 files changed

+2
-1
lines changed
  • .github/actions/normalize-branch-name
  • infrastructure/terraform/components/sandbox

2 files changed

+2
-1
lines changed

.github/actions/normalize-branch-name/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ runs:
99
- id: normalize_branch_name
1010
shell: bash
1111
run: |
12+
set +x
1213
branch=$(git rev-parse --abbrev-ref HEAD)
1314
stripped=$(echo $branch | sed -e 's/[^a-zA-Z0-9-]//g' | tr '[:upper:]' '[:lower:]')
1415
starting_from_jira_ref=$(echo $stripped | grep -Eo '\d{4,}.*')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
# npm ci
2+
npm ci
33

44
npm run generate-dependencies --workspaces --if-present

0 commit comments

Comments
 (0)