Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
CI-CD components
Docker
Commits
45b8cb39
Commit
45b8cb39
authored
1 month ago
by
Thomas Caillier
Committed by
Cédric OLIVIER
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: install custom CA certs before awk
parent
58422692
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/gitlab-ci-docker.yml
+1
-1
1 addition, 1 deletion
templates/gitlab-ci-docker.yml
with
1 addition
and
1 deletion
templates/gitlab-ci-docker.yml
+
1
−
1
View file @
45b8cb39
...
@@ -708,8 +708,8 @@ stages:
...
@@ -708,8 +708,8 @@ stages:
}
}
function init_workspace() {
function init_workspace() {
maybe_install_awk
install_custom_ca_certs
install_custom_ca_certs
maybe_install_awk
unscope_variables
unscope_variables
eval_all_secrets
eval_all_secrets
configure_registries_auth
configure_registries_auth
...
...
This diff is collapsed.
Click to expand it.
Benguria Elguezabal, Gorka
@gorka.benguria
mentioned in commit
33c6d6e7
·
1 month ago
mentioned in commit
33c6d6e7
mentioned in commit 33c6d6e7f9de46e7a49b497947ff2159e7d39c03
Toggle commit list
Ghost User
@ghost
mentioned in commit
fb3ee84f
·
1 month ago
mentioned in commit
fb3ee84f
mentioned in commit fb3ee84fb1db6c81955748d9a99c7d6e1fbfa71a
Toggle commit list
Ghost User
@ghost
mentioned in commit
8fae81be
·
1 month ago
mentioned in commit
8fae81be
mentioned in commit 8fae81be3f13022fabb36f7ede8eb4e675cdcd72
Toggle commit list
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