File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -203,19 +203,18 @@ release-archive:
203
203
# The full link to the build for this commit
204
204
LET waterfall_url = "https://spruce.mongodb.com/version/${base}_${revision}"
205
205
# Insert the URL into the SSDLC report
206
- COPY etc/ssdlc.md ssldc_compliance_report .md
206
+ COPY etc/ssdlc.md ssdlc_compliance_report .md
207
207
RUN sed -i "
208
208
s|@waterfall_url@|$waterfall_url|g
209
209
s|@version@|$version|g
210
- " ssldc_compliance_report .md
210
+ " ssdlc_compliance_report .md
211
211
# Generate the archive
212
212
RUN git archive -o release.tar.gz \
213
213
--prefix = "$prefix/" \ # Set the archive path prefix
214
214
"$revision" \ # Add the source tree
215
215
--add-file cyclonedx.sbom.json \ # Add the SBOM
216
- --add-file ssldc_compliance_report .md
216
+ --add-file ssdlc_compliance_report .md
217
217
SAVE ARTIFACT release.tar.gz
218
- SAVE ARTIFACT ssldc_compliance_report.md
219
218
220
219
# Obtain the signing public key. Exported as an artifact /c-driver.pub
221
220
signing-pubkey :
Original file line number Diff line number Diff line change @@ -417,7 +417,6 @@ same name without the `.asc` suffix.
417
417
$ ls dist/
418
418
mongo-c-driver-1.27.2.tar.gz
419
419
mongo-c-driver-1.27.2.tar.gz.asc
420
- ssdlc_compliance_report.md
421
420
422
421
.. note ::
423
422
You can’t perform that action at this time.
0 commit comments