Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
28ee36f2
Commit
28ee36f2
authored
Oct 04, 2016
by
eric pellegrini
Browse files
Update run_deploy.sh
parent
f8eb2a30
Pipeline
#1006
canceled with stages
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Debian/run_deploy.sh
View file @
28ee36f2
...
...
@@ -17,10 +17,9 @@ if [[ ${CI_BUILD_REF_NAME} =~ develop ]]
then
if
[
-n
"
${
WEEKLY_BUILD
}
"
]
then
VERSION_NAME
=
${
VERSION_NAME
}
-
"weekly-build-"
`
date
+%Y-%m-%d
`
else
VERSION_NAME
=
${
VERSION_NAME
}
-
`
git rev-parse
--short
HEAD
`
VERSION_NAME
=
${
VERSION_NAME
}
-
"weekly-"
`
date
+%Y-%m-%d
`
fi
VERSION_NAME
=
${
VERSION_NAME
}
-
`
git rev-parse
--short
HEAD
`
fi
##Select the build target
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment