Skip to content

Commit

Permalink
use github release tag instead of manual tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Feb 3, 2020
1 parent 5b88514 commit 5888931
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ before_install:
- sudo apt-get install -y libpcap-dev gcc

script:
- make verify_version
- make all
- make static-tcpdump

before_deploy:
- make package
- git tag "$(cat VERSION)"

deploy:
provider: releases
Expand All @@ -26,5 +24,5 @@ deploy:
- ksniff.zip
skip_cleanup: true
on:
tag: true
branch: master
tags: true
branch: master
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

10 changes: 0 additions & 10 deletions scripts/verify_version.sh

This file was deleted.

0 comments on commit 5888931

Please sign in to comment.