Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
nomad-FAIR
Commits
228e18df
Commit
228e18df
authored
6 months ago
by
Ahmed Ilyas
Browse files
Options
Downloads
Plain Diff
Merge branch 'remove-helm-build-step' into 'develop'
Remove helm build step See merge request
!2133
parents
a5bb214a
a5fdf361
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2133
Remove helm build step
Pipeline
#221931
passed
6 months ago
Stage: build
Stage: test
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-10
0 additions, 10 deletions
.gitlab-ci.yml
with
0 additions
and
10 deletions
.gitlab-ci.yml
+
0
−
10
View file @
228e18df
...
...
@@ -92,16 +92,6 @@ build python:
TARGET
:
dev_python
DESTINATION
:
"
${CI_REGISTRY_IMAGE}/dev_python:${DOCKER_TAG}"
build helm chart
:
stage
:
build
script
:
-
helm package -u ops/kubernetes/nomad -d ops/kubernetes
-
'
curl
--request
POST
--user
gitlab-ci-token:$CI_JOB_TOKEN
--form
"chart=@ops/kubernetes/nomad-1.1.0.tgz"
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/latest/charts"'
rules
:
-
if
:
$CI_COMMIT_BRANCH == "develop"
-
when
:
manual
allow_failure
:
true
python linting
:
stage
:
test
image
:
${CI_REGISTRY_IMAGE}/dev_python:${DOCKER_TAG}
...
...
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