diff options
Diffstat (limited to 'bin/archive')
| -rwxr-xr-x | bin/archive | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/archive b/bin/archive index ca0b610..d79d411 100755 --- a/bin/archive +++ b/bin/archive @@ -52,10 +52,6 @@ fi # Check if the revision is a tag if git tag | grep -q "^${REVISION}$"; then - # Save info on the latest tagged release - mkdir -p $METADATA - echo $REVISION > $LATEST - # Check if archive does not exists if [ ! -d "$ARCHIVE/$REVISION" ]; then echo "# $BASENAME: archiving $REVISION..." |
