Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Kubernetes
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
Kubernetes
Commits
f8164e79
Commit
f8164e79
authored
1 month ago
by
Pierre Smeyers
Browse files
Options
Downloads
Patches
Plain Diff
fix(envsubst): leave lines with '# nosubst' unchanged when substituting (used to be simply dropped)
Fixes #50
parent
12efd382
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-k8s.yml
+5
-1
5 additions, 1 deletion
templates/gitlab-ci-k8s.yml
with
5 additions
and
1 deletion
templates/gitlab-ci-k8s.yml
+
5
−
1
View file @
f8164e79
...
@@ -449,7 +449,11 @@ stages:
...
@@ -449,7 +449,11 @@ stages:
}
}
return enc
return enc
}
}
!/# *nosubst/ {
/# *nosubst/ {
print $0
next
}
{
orig_line = $0
orig_line = $0
line = $0
line = $0
count_repl_in_line = 0
count_repl_in_line = 0
...
...
This diff is collapsed.
Click to expand it.
Benguria Elguezabal, Gorka
@gorka.benguria
mentioned in commit
594027b9
·
4 weeks ago
mentioned in commit
594027b9
mentioned in commit 594027b96dd2a00b2f2ba10a7341709a6f861a74
Toggle commit list
Ghost User
@ghost
mentioned in commit
b797247a
·
4 weeks ago
mentioned in commit
b797247a
mentioned in commit b797247a617d771bb0f9536d394769fc283b09ef
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