Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolo Parmiggiani
test_CI
Commits
6952833b
Commit
6952833b
authored
Oct 06, 2021
by
Nicolo Parmiggiani
Browse files
Update .gitlab-ci.yml
parent
5a673165
Pipeline
#2466
passed with stages
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6952833b
...
...
@@ -119,14 +119,14 @@ job:on-schedule:
build-job
:
rules
:
-
if
:
$CI_PIPELINE_SOURCE = "push"
-
if
:
$CI_PIPELINE_SOURCE =
=
"push"
stage
:
build
script
:
-
echo "Hello, $GITLAB_USER_LOGIN!"
test-job
:
rules
:
-
if
:
$CI_PIPELINE_SOURCE = "push"
-
if
:
$CI_PIPELINE_SOURCE =
=
"push"
stage
:
test
script
:
-
echo "test 1"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment