Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Silvie Illesova
CI CD
Commits
7e0f8bde
Commit
7e0f8bde
authored
Nov 11, 2021
by
Silvie Illesova
Browse files
Fixed mising path in .yml file
parent
31673c85
Pipeline
#23378
failed with stages
in 1 minute and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7e0f8bde
...
...
@@ -26,7 +26,7 @@ test_return_value_1:
-
build_codes
script
:
-
'
./bin1
&&
echo
"Job
OK"
||
{
echo
"Job
ERROR:
$?";exit
1;
}'
-
'
./
build/
bin1
&&
echo
"Job
OK"
||
{
echo
"Job
ERROR:
$?";exit
1;
}'
test_return_value_2
:
stage
:
test
...
...
@@ -35,4 +35,4 @@ test_return_value_2:
-
build_codes
script
:
-
'
./bin2
&&
echo
"Job
OK"
||
{
echo
"Job
ERROR:
$?";exit
1;
}'
-
'
./
build/
bin2
&&
echo
"Job
OK"
||
{
echo
"Job
ERROR:
$?";exit
1;
}'
Write
Preview
Markdown
is supported
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