Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
devops
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
osm
devops
Commits
a9c9efe7
Commit
a9c9efe7
authored
8 years ago
by
Alfonso Tierno
Browse files
Options
Downloads
Patches
Plain Diff
Fixed bug at RO start_build
Signed-off-by:
tierno
<
alfonso.tiernosepulveda@telefonica.com
>
parent
a3d139ae
No related branches found
Branches containing commit
Tags
release-v11.0-start
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jenkins/RO/start_build
+3
-7
3 additions, 7 deletions
jenkins/RO/start_build
with
3 additions
and
7 deletions
jenkins/RO/start_build
+
3
−
7
View file @
a9c9efe7
...
...
@@ -56,14 +56,10 @@ rm -f *.pyc
INFO
" installing openmano packages and dependencies from current repo (--noclone)"
./scripts/install-openmano.sh
--develop
--noclone
-q
INFO
" compiling *.py"
python
-m
py_compile
*
.py
RC
=
$?
if
RC
;
then
#basic test HERE
#RC=$?
fi
python
-m
py_compile
*
.py
#&& #uncomment to concatenate commands
#basic test HERE #&& #uncomment to concatenate commands
RC
=
$?
INFO
"done, RC=
$RC
"
exit
$RC
...
...
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