Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DevOpsWS2024
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
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
Alina Schmidt
DevOpsWS2024
Commits
6f9e09b2
Commit
6f9e09b2
authored
4 months ago
by
Alina Schmidt
Browse files
Options
Downloads
Plain Diff
Merge branch 'release_1' into 'main'
Simulated release See merge request
!2
parents
e07d8973
240ceacc
No related branches found
No related tags found
1 merge request
!2
Simulated release
Pipeline
#73488
passed
4 months ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DefineAndRunPipeline/webservice/.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
DefineAndRunPipeline/webservice/.gitlab-ci.yml
README.md
+2
-1
2 additions, 1 deletion
README.md
with
3 additions
and
2 deletions
DefineAndRunPipeline/webservice/.gitlab-ci.yml
+
1
−
1
View file @
6f9e09b2
...
@@ -59,6 +59,6 @@ deploy-job:
...
@@ -59,6 +59,6 @@ deploy-job:
-
|
-
|
curl \
curl \
--header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
--header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
--upload-file
DefineAndRunPipeline/webservice/
$GO_BIN_PATH* \
--upload-file $GO_BIN_PATH* \
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/artifacts/${version}/"
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/artifacts/${version}/"
This diff is collapsed.
Click to expand it.
README.md
+
2
−
1
View file @
6f9e09b2
...
@@ -4,4 +4,5 @@
...
@@ -4,4 +4,5 @@
## Exercise: Define and run a Pipeline
## Exercise: Define and run a Pipeline
Aaron Goldenthal (2024), https://aarongoldenthal.com/posts/gitlab-ci-pipeline-for-go-projects/
Aaron Goldenthal (2024), https://aarongoldenthal.com/posts/gitlab-ci-pipeline-for-go-projects/
\ No newline at end of file
lucendio, https://github.com/lucendio/lecture-devops-code/blob/911cb6dab66674aa71789568494a27dc58108491/exercises/define-and-run-pipeline/.gitlab-ci.yml
\ No newline at end of file
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