Skip to content

Commit

Permalink
Ensure the github release is correctly uploaded
Browse files Browse the repository at this point in the history
[#133743717]

Signed-off-by: Claudia Beresford <[email protected]>
  • Loading branch information
tscolari authored and Callisto13 committed Nov 11, 2016
1 parent 83af7de commit cb4ece0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ci/scripts/build-grootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e -x


OUTPUT_PATH=$PWD/build-grootfs
GOPATH=$GOPATH:$PWD
GOPATH=$PWD/grootfs-release-master
VERSION=$(cat grootfs-release-version/number)

cd grootfs-release-master/src/code.cloudfoundry.org/grootfs
Expand All @@ -19,7 +19,7 @@ git add main.go
git commit -m "Bump version to ${VERSION}"

make
tar -czf grootfs.tgz grootfs
tar -czf drax.tgz drax
tar -czf grootfs-${VERSION}.tgz grootfs
tar -czf drax-${VERSION}.tgz drax

cp -r . $OUTPUT_PATH
2 changes: 1 addition & 1 deletion ci/tasks/build-grootfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ outputs:
- name: build-grootfs

run:
path: src/code.cloudfoundry.org/grootfs/ci/scripts/build-grootfs.sh
path: grootfs-release-master/src/code.cloudfoundry.org/grootfs/ci/scripts/build-grootfs.sh

0 comments on commit cb4ece0

Please sign in to comment.