Skip to content

Commit

Permalink
chore: separate commands per line
Browse files Browse the repository at this point in the history
  • Loading branch information
vibe13 committed Dec 16, 2024
1 parent 73c4f8f commit e2b8e29
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,9 @@ build-image-service:
OCI_IMAGE_NAME: ${IMAGE_REGISTRY_STAGE}/sbomer-service
CONTAINERFILE: images/sbomer-service/Containerfile
before_script:
- >
mkdir certs
cp $IT_ROOT_CA_2022 certs/2022-IT-Root-CA.pem
cp $IT_ROOT_CA_2015 certs/2015-IT-Root-CA.pem
- mkdir certs
- cp $IT_ROOT_CA_2022 certs/2022-IT-Root-CA.pem
- cp $IT_ROOT_CA_2015 certs/2015-IT-Root-CA.pem
dependencies:
- build
needs:
Expand All @@ -141,10 +140,9 @@ build-image-generator:
OCI_IMAGE_NAME: ${IMAGE_REGISTRY_STAGE}/sbomer-generator
CONTAINERFILE: images/sbomer-generator/Containerfile
before_script:
- >
mkdir certs
cp $IT_ROOT_CA_2022 certs/2022-IT-Root-CA.pem
cp $IT_ROOT_CA_2015 certs/2015-IT-Root-CA.pem
- mkdir certs
- cp $IT_ROOT_CA_2022 certs/2022-IT-Root-CA.pem
- cp $IT_ROOT_CA_2015 certs/2015-IT-Root-CA.pem
dependencies:
- build
needs:
Expand Down

0 comments on commit e2b8e29

Please sign in to comment.