We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ca16d commit e2ee328Copy full SHA for e2ee328
.github/workflows/stage-3-build.yaml
@@ -267,8 +267,6 @@ jobs:
267
- name: Call deployment pipeline
268
#if: success()
269
if: always()
270
- env:
271
- BRANCH_NAME: ${{ github.ref_name }}
272
run: |
273
az pipelines run \
274
--branch "feat/dtoss-9326-trigger-cd-pipeline-with-commit" \
.gitignore
@@ -75,3 +75,5 @@ coverage.xml
75
.pyre/
76
.pylint.d/
77
.prof
78
+__azurite_db_blob__.json
79
+__azurite_db_blob_extent__.json
0 commit comments