Skip to content

Commit

Permalink
Remove version from grootfs
Browse files Browse the repository at this point in the history
[finishes #135413033]

Signed-off-by: Claudia Beresford <[email protected]>
  • Loading branch information
tscolari authored and Callisto13 committed Dec 2, 2016
1 parent 9dbd167 commit dc1797a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions ci/scripts/build-grootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ VERSION=$(cat grootfs-release-version/number)

cd grootfs-release-master/src/code.cloudfoundry.org/grootfs

# Update CLI version.
grep grootfs.Version main.go | cut -d "=" -f2 | xargs -I % sed -i s:%:"${VERSION}":g main.go


git config --global user.email "grootfs-ci@localhost"
git config --global user.name "GrootFS CI Bot"

git add main.go
git commit -m "Bump version to ${VERSION}"

make
tar -czf grootfs-${VERSION}.tgz grootfs
tar -czf drax-${VERSION}.tgz drax
Expand Down
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func main() {
grootfs := cli.NewApp()
grootfs.Name = "grootfs"
grootfs.Usage = "I am Groot!"
grootfs.Version = "0.1.0"

grootfs.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit dc1797a

Please sign in to comment.