Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor 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
Sören Henning
theodolite
Commits
4b7f500f
Commit
4b7f500f
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add misssing openssl installation
parent
445416dd
No related branches found
No related tags found
1 merge request
!214
Test Helm chart in CI pipeline
Pipeline
#5662
passed
3 years ago
Stage: build
Stage: test
Stage: check
Stage: post-deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
4b7f500f
...
...
@@ -61,13 +61,13 @@ test-helm:
variables
:
KUBECTL
:
v1.21.3
before_script
:
-
apk add -U wget bash
cur
l
-
apk add -U wget bash
openss
l
# install kubectl
-
wget -q -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL}/bin/linux/amd64/kubectl
-
chmod +x /usr/local/bin/kubectl
# install k3d
-
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
-
curl
https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
-
wget -q -O -
https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
-
k3d help
-
k3d version
#- k3d cluster create testgitlabci --agents 1 --wait -p "30000:30000@agent[0]"
...
...
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