Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reflectometry
Web Reflectivity
Commits
3ae88b85
Commit
3ae88b85
authored
Dec 08, 2021
by
Mark Abraham
Browse files
copy certs folder
parent
58e6f924
Pipeline
#179289
passed with stages
in 13 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3ae88b85
...
...
@@ -12,6 +12,7 @@ build:
stage
:
build
environment
:
$CI_COMMIT_REF_SLUG
script
:
-
cp ./src/certs/* .
-
echo 'COPY *.crt /etc/pki/ca-trust/source/anchors/' >> Dockerfile
-
echo 'RUN chmod 644 /etc/pki/ca-trust/source/anchors/*.crt && update-ca-trust' >> Dockerfile
-
docker build -t ${CI_REGISTRY_IMAGE}/${CI_COMMIT_REF_SLUG} ./src/.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment