File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 74
74
pip-compile \
75
75
--output-file ${{ matrix.app }}/requirements/${{ matrix.parent_image_type }}-requirements.txt \
76
76
submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.in
77
+
78
+ pip-compile \
79
+ --output-file ${{ matrix.app }}/requirements.txt \
80
+ ${{ matrix.app }}/requirements/requirements.in
77
81
78
82
- name : Perform Edit/Git Operations
79
83
run : |
85
89
git checkout -b ${{ github.event.pull_request.head.ref }} || git checkout ${{ github.event.pull_request.head.ref }}
86
90
git push origin ${{ github.event.pull_request.head.ref }} && git pull origin ${{ github.event.pull_request.head.ref }}
87
91
88
- git add requirements/${{ matrix.parent_image_type }}-requirements.txt
92
+ git add requirements*
89
93
git commit -m "ci: update ${{ matrix.parent_image_type }}-requirements.txt"
90
94
git push origin ${{ github.event.pull_request.head.ref }}
91
95
echo "::notice::${{ matrix.app }} updated to origin/${{ github.event.pull_request.head.ref }}"
You can’t perform that action at this time.
0 commit comments