Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m-team
python3-template
Commits
86ff4615
Commit
86ff4615
authored
Sep 09, 2021
by
marcus.hardt
Browse files
Merge branch 'test' into 'master'
Test See merge request
!1
parents
9348d173
7aabbe9b
Pipeline
#167417
passed with stage
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
86ff4615
image
:
debian:bullseye
---
stages
:
-
test
test
:
"
Debian
Bullseye
test"
:
image
:
debian:bullseye
tags
:
-
debian
stage
:
test
script
:
-
echo "HELLO WORLD"
-
echo "hello test-job from bullseye"
testlinux
:
stage
:
test
tags
:
-
debian
script
:
-
echo "HELLO DEBIAN from the $CI_COMMIT_BRANCH branch "
-
echo "(by $GITLAB_USER_LOGIN)"
testwindows
:
stage
:
test
tags
:
-
windows
# This is the default image
#image: gitlab/gitlab-runner-helper:x86_64-7f7a4bb0-servercore1809
# This image would work, but there is no powershell found
#image: mcr.microsoft.com/windows/nanoserver:1809-amd64
script
:
-
echo "HELLO WINDOWS from the $CI_COMMIT_BRANCH branch "
-
echo "(by $GITLAB_USER_LOGIN)"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment