Skip to content

Commit

Permalink
Remove date from nightly upload package to github CI release
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanEngelen committed Dec 3, 2018
1 parent deaaab8 commit 2970fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -228,7 +228,7 @@ commonSteps: &commonSteps
cd ..
mkdir artifacts
if [ -z "$CIRCLE_TAG" ]; then
artifactBasename="ldc2-${CIRCLE_SHA1:0:8}-$CI_OS-x86_64-$(date "+%Y%m%d")"
artifactBasename="ldc2-${CIRCLE_SHA1:0:8}-$CI_OS-x86_64"
else
artifactBasename="ldc2-${CIRCLE_TAG:1}-$CI_OS-x86_64"
fi
Expand Down

0 comments on commit 2970fc1

Please sign in to comment.