Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
L
ligo-segments
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
ligo-segments
Commits
98a8c84f
Verified
Commit
98a8c84f
authored
May 11, 2018
by
Duncan Macleod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci: fixed some bugs (hopefully)
parent
215aef08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+3
-2
No files found.
.gitlab-ci.yml
View file @
98a8c84f
...
...
@@ -90,12 +90,13 @@ build:el7:
-
python setup.py sdist
-
rpmbuild -tb dist/ligo-segments*.tar.gz
-
mv ~/rpmbuild/RPMS/*/python*-ligo-segments-*.rpm dist/el7/
after_script
:
-
rm -rf dist/*.tar.gz
.build:debian: &build_debian
<<
:
*build
variables
:
DIST_PATH
:
"
dist/${CI_JOB_NAME##*:}"
before_script
:
-
DIST_PATH="dist/${CI_JOB_NAME##*:}"
-
mkdir -p ${DIST_PATH}
-
apt-get update -yqq
-
apt-get install -yq
...
...
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