File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -123,22 +123,13 @@ jobs:
123
123
dependency_cache_key : ${{ steps.compute_lockfile_hash.outputs.hash }}
124
124
commit_message : ${{ steps.get_metadata.outputs.commit_message }}
125
125
126
- job_metadata :
127
- name : " Commit: ${{ needs.job_install_deps.outputs.commit_message }}"
128
- # name: "Commit: ${{ needs.job_install_deps.outputs.commit_sha }} - ${{ env.COMMIT_MESSAGE }}"
129
- needs : job_install_deps
130
- runs-on : ubuntu-latest
131
- steps :
132
- - name : This is a dummy job, just to display metadata
133
- run : echo ""
134
-
135
126
job_build :
136
127
name : Build
137
128
needs : [ job_get_metadata, job_install_deps ]
138
129
runs-on : ubuntu-latest
139
130
timeout-minutes : 20
140
131
steps :
141
- - name : Check out current commit (${{ env.HEAD_COMMIT }})
132
+ - name : " Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})"
142
133
uses : actions/checkout@v2
143
134
with :
144
135
ref : ${{ env.HEAD_COMMIT }}
You can’t perform that action at this time.
0 commit comments