Skip to content

Commit e2ee328

Browse files
committed
Remove unnecessary parameter
1 parent 00ca16d commit e2ee328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/stage-3-build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,6 @@ jobs:
267267
- name: Call deployment pipeline
268268
#if: success()
269269
if: always()
270-
env:
271-
BRANCH_NAME: ${{ github.ref_name }}
272270
run: |
273271
az pipelines run \
274272
--branch "feat/dtoss-9326-trigger-cd-pipeline-with-commit" \

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,5 @@ coverage.xml
7575
.pyre/
7676
.pylint.d/
7777
.prof
78+
__azurite_db_blob__.json
79+
__azurite_db_blob_extent__.json

0 commit comments

Comments
 (0)