Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
acts-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
acts
acts-core
Commits
7358bc8b
There was a problem fetching the pipeline summary.
Commit
7358bc8b
authored
6 years ago
by
Paul Gessinger
Browse files
Options
Downloads
Patches
Plain Diff
remove upload of tarball and change download link
parent
c30078b8
Branches
release-0.06.00
Tags
v0.06.00
No related merge requests found
Pipeline
#
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CI/deploy_tag
+5
-5
5 additions, 5 deletions
CI/deploy_tag
with
5 additions
and
5 deletions
CI/deploy_tag
+
5
−
5
View file @
7358bc8b
...
...
@@ -42,8 +42,8 @@ fi
VERSION
=
`
basename
$CI_COMMIT_REF_NAME
`
# create tarball with source and copy it to server
cd
$ACTS_DIR
/..
tar
-czf
ACTS-
$VERSION
.tar.gz
--exclude
=
.git
--exclude
=
build
--exclude
=
installed
--exclude
=
CI
--transform
=
"s,^./,ACTS-
$VERSION
/,"
./acts/
#
cd $ACTS_DIR/..
#
tar -czf ACTS-$VERSION.tar.gz --exclude=.git --exclude=build --exclude=installed --exclude=CI --transform="s,^./,ACTS-$VERSION/," ./acts/
# configure ssh to use kerberos
mkdir
-p
~/.ssh/
...
...
@@ -53,8 +53,8 @@ StrictHostKeyChecking no
GSSAPIDelegateCredentials yes"
>
~/.ssh/config
ssh atsjenkins@lxplus.CERN.CH
"mkdir -p ~/www/ACTS/
$VERSION
"
scp ACTS-
$VERSION
.tar.gz atsjenkins@lxplus.cern.ch:~/www/ACTS/
$VERSION
/
rm
ACTS-
$VERSION
.tar.gz
#
scp ACTS-$VERSION.tar.gz atsjenkins@lxplus.cern.ch:~/www/ACTS/$VERSION/
#
rm ACTS-$VERSION.tar.gz
# copy doxygen documentation to server
scp
-r
$DOC_DIR
atsjenkins@lxplus.cern.ch:~/www/ACTS/
$VERSION
/doc
...
...
@@ -71,7 +71,7 @@ git checkout $VERSION
or you can download a tarball with the source from
https://
acts.we
b.cern.ch/
ACTS/
$VERSION
/ACTS-
$VERSION
.tar.gz
https://
gitla
b.cern.ch/
acts/acts-core/repository/
$VERSION
/archive
.tar.gz
Detailed documentation can be found at
...
...
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