Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pipelines
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
Container Registry
Model registry
Operate
Environments
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
Pietro Incardona
pipelines
Commits
32bf9d7a
Commit
32bf9d7a
authored
5 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing pipelines
parent
46615d97
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
is_delivery_1_passed
+3
-3
3 additions, 3 deletions
is_delivery_1_passed
with
3 additions
and
3 deletions
is_delivery_1_passed
+
3
−
3
View file @
32bf9d7a
...
...
@@ -53,7 +53,7 @@ function test_version_step_vm()
#check openfpm_pdata
echo
"sha1_project=
\$
(git rev-parse master)"
>>
check_script
echo
"sha1_remote=
\$
(git ls-remote
$1
master | awk '{print
$1
;}')"
>>
check_script
echo
"sha1_remote=
\$
(git ls-remote
$1
master | awk '{print
\
$
1;}')"
>>
check_script
echo
"echo
\"
Local:
\$
sha1_project Remote:
\$
sha1_remote
\"
"
>>
check_script
...
...
@@ -76,9 +76,9 @@ function test_version_step_vm()
echo
"fi"
>>
check_script
echo
"cd .."
>>
check_script
vagrant scp check_script
$2
:/home/vagrant/
openfpm/openfpm_pdata
vagrant scp check_script
$2
:/home/vagrant/
vagrant ssh
$2
-c
"
cd openfpm/openfpm_pdata/;
chmod a+x check_script;./check_script"
vagrant ssh
$2
-c
"chmod a+x check_script;./check_script"
if
[
x
"
$?
"
==
"0"
]
;
then
phase_failure
=
false
else
...
...
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