Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fernuni-bot
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dnns01
fernuni-bot
Commits
ca5c3d4a
Unverified
Commit
ca5c3d4a
authored
3 years ago
by
dnns01
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Check Git Status
parent
793b5f6b
No related branches found
No related tags found
1 merge request
!128
Merge learninggroup changes to release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/main.yml
+9
-8
9 additions, 8 deletions
.github/workflows/main.yml
with
9 additions
and
8 deletions
.github/workflows/main.yml
+
9
−
8
View file @
ca5c3d4a
...
...
@@ -21,17 +21,18 @@ jobs:
steps
:
-
name
:
Change directory
run
:
cd /home/boty-qa/
run
:
cd /home/boty-qa/
fernuni-bot
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
-
uses
:
actions/checkout@v2
-
name
:
Check Git
run
:
git status
# Runs a single command using the runners shell
-
name
:
Run a one-line script
run
:
echo Hello, world!
#
- name: Run a one-line script
#
run: echo Hello, world!
# Runs a set of commands using the runners shell
-
name
:
Run a multi-line script
run
:
|
echo Add other actions to build,
echo test, and deploy your project.
#
- name: Run a multi-line script
#
run: |
#
echo Add other actions to build,
#
echo test, and deploy your project.
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