Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
0d530f9f
Commit
0d530f9f
authored
2 years ago
by
Flavio TARSETTI
Browse files
Options
Downloads
Patches
Plain Diff
[ci] remove unwanted ca copy
parent
372bb22c
No related branches found
No related tags found
No related merge requests found
Pipeline
#66902
canceled with stage
in 3 minutes and 8 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
with
0 additions
and
1 deletion
.gitlab-ci.yml
+
0
−
1
View file @
0d530f9f
...
...
@@ -29,7 +29,6 @@ build_image:
before_script
:
-
if [[ $CI_RUNNER_TAGS == *"docker-privileged,"* ]]; then git config --global --add safe.directory ${CI_PROJECT_DIR}; fi
-
podman login -u gitlab-ci-token -p $CI_JOB_TOKEN docker.idiap.ch
-
cp /usr/share/pki/ca-trust-source/anchors/ca.crt .
script
:
-
podman build -t docker.idiap.ch/bob/bdt:latest . --format docker
-
podman push docker.idiap.ch/bob/bdt:latest
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment