Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DevOps C++
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Shared
DevOps C++
Commits
6b14e3b6
Commit
6b14e3b6
authored
2 years ago
by
Arjan van Olphen
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'main'
Checking if this triggers something. See merge request trial/devops!1
parents
09a3efb2
73be0c7d
No related branches found
Branches containing commit
Tags
v0.0.0
Tags containing commit
1 merge request
!1
Checking if this triggers something.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-2
11 additions, 2 deletions
.gitlab-ci.yml
with
11 additions
and
2 deletions
.gitlab-ci.yml
+
11
−
2
View file @
6b14e3b6
default
:
tags
:
-
vbox
before_script
:
-
echo "Before script section"
-
echo "For example you might run an update here or install a build dependency"
-
echo "Or perhaps you might print out some debugging details"
after_script
:
-
echo "After script section"
-
echo "For example you might do some cleanup here"
build-job
:
stage
:
build
script
:
...
...
@@ -27,5 +36,5 @@ deploy-prod:
stage
:
deploy
script
:
-
echo "This job deploys something from the $CI_COMMIT_BRANCH branch."
-
touch stage-deploy.txt
-
touch stage-deplo
git
y.txt
environment
:
production
\ 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