Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pastis-dad-externe
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dad
pastis-dad-externe
Commits
77ba88d5
Commit
77ba88d5
authored
4 years ago
by
viscapi
Browse files
Options
Downloads
Patches
Plain Diff
fix: artifacts should now be copied to ${CI_PROJECT_DIR}/output
parent
95d5f110
No related branches found
Branches containing commit
Tags
v1.14.4
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-2
7 additions, 2 deletions
.gitlab-ci.yml
with
7 additions
and
2 deletions
.gitlab-ci.yml
+
7
−
2
View file @
77ba88d5
...
...
@@ -159,11 +159,16 @@ deploy_rpm:dev:
script
:
-
rpmbuild -bb --define "debug_package %{nil}" rpm/vitamui-front-pastis/rpmbuild/SPECS/vitamui-front-pastis.spec
-
rpmbuild -bb --define "debug_package %{nil}" rpm/vitamui-ui-pastis/rpmbuild/SPECS/vitamui-ui-pastis.spec
after_script
:
-
export lasttag=`git describe --tags --abbrev=0`
-
mkdir -p ${CI_PROJECT_DIR}/output
-
cp ~/rpmbuild/RPMS/x86_64/vitamui-front-pastis-${lasttag}-*.el7.x86_64.rpm ${CI_PROJECT_DIR}/output
-
cp ~/pmbuild/RPMS/x86_64/vitamui-ui-pastis-${lasttag}-*.el7.x86_64.rpm ${CI_PROJECT_DIR}/output
artifacts
:
paths
:
-
"
~/rpmbuild/RPMS/x86_64/vitamui-front-pastis-${lasttag}-*.el7.x86_64.rpm"
-
"
~/pmbuild/RPMS/x86_64/vitamui-ui-pastis-${lasttag}-*.el7.x86_64.rpm"
-
${CI_PROJECT_DIR}/output
<<
:
*runner-shell-rpm
dependencies
:
[]
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment