Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rx-etersoft
shc
Commits
764fbc0a
Commit
764fbc0a
authored
Apr 12, 2018
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(gitlab-ci): added build for p7
parent
4cd615af
Pipeline
#1473
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
.gitlab-ci.yml
.gitlab-ci.yml
+24
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
764fbc0a
stages
:
-
build
build and public
:
stage
:
build
script
:
-
export TMPDIR=/tmp/.private/${USER}; export TMP=${TMPDIR}
-
git remote | grep -q gitlab || git remote add gitlab git@gitlab.eterfund.ru:rx-etersoft/shc.git
-
korinf -f shc.spec x86_64/ALTLinux/p7 /var/ftp/pvt/Etersoft/RX@Etersoft/unstable
-
git push -f --tags gitlab HEAD:master
-
mkdir -p RPM/log; cp -rf ${HOME}/RPM/log/*shc.log RPM/log/
-
mkdir -p korinf-log; cp -rf ${HOME}/RPM/tmp/korinf-log/* korinf-log/
artifacts
:
paths
:
-
RPM/log
-
korinf-log
expire_in
:
10 days
only
:
-
master
tags
:
-
rx-build
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