Skip to content

Commit f539b70

Browse files
committed
Remove comments and delete matrix file
1 parent afcc89e commit f539b70

File tree

2 files changed

+0
-141
lines changed

2 files changed

+0
-141
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,6 @@ jobs:
3838
docker-username: ${{ inputs.docker_username }}
3939
base-commit: ${{ inputs.base_commit }}
4040
head-commit: ${{ inputs.head_commit }}
41-
# - name: Set Matrix
42-
# id: set-matrix
43-
# run: |
44-
# echo "matrix=$(python3 bin/generate_matrix.py ${{ inputs.docker_username }} ${{ github.event.before }} ${{ github.event.after }})" >> $GITHUB_OUTPUT
45-
# - name: List Matrix
46-
# run: |
47-
# echo ${{ steps.set-matrix.outputs.matrix }}
48-
# - name: Set Run Condition
49-
# id: set-run-docker-jobs
50-
# run: |
51-
# num_to_build=$(echo '${{ steps.set-matrix.outputs.matrix }}' | jq '.include | length')
52-
# if [[ "$num_to_build" -eq 0 ]]; then
53-
# echo "run_docker_jobs=false" >> $GITHUB_OUTPUT
54-
# else
55-
# echo "run_docker_jobs=true" >> $GITHUB_OUTPUT
56-
# fi
5741
docker:
5842
needs:
5943
- generate-matrix

bin/generate_matrix.py

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)