Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
deathbyhamster
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
Bye
deathbyhamster
Commits
d38cfe26
Commit
d38cfe26
authored
2 years ago
by
Bye
Browse files
Options
Downloads
Patches
Plain Diff
Add .circleci/config.yml
parent
65daf172
Branches
circleci-project-setup
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+26
-0
26 additions, 0 deletions
.circleci/config.yml
with
26 additions
and
0 deletions
.circleci/config.yml
0 → 100644
+
26
−
0
View file @
d38cfe26
# Use the latest 2.1 version of CircleCI pipeline process engine.
# See: https://circleci.com/docs/2.0/configuration-reference
version
:
2.1
# Define a job to be invoked later in a workflow.
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
jobs
:
say-hello
:
# Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
docker
:
-
image
:
cimg/base:stable
# Add steps to the job
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
steps
:
-
checkout
-
run
:
name
:
"
Say
hello"
command
:
"
echo
Hello,
World!"
# Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
workflows
:
say-hello-workflow
:
jobs
:
-
say-hello
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