Skip to content

Commit

Permalink
Fix typo and package build. (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Marano authored Nov 13, 2019
1 parent 4dcea10 commit 5d69a33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion daisy_workflows/build_deb_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ fi
workdir=$(pwd)
mkdir output

sudo apt-get install -y git
apt-get update
apt-get install -y git

# Clone the github repo.
git clone ${GIT_REPO} -b ${BRANCH} compute-image-packages
Expand Down
2 changes: 1 addition & 1 deletion packages/google-compute-engine/packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-compute-engine (1:20190916.00-g2) stable; urgency=medium

* Update depencies.
* Update dependencies.

-- Google Cloud Team <[email protected]> Mon, 16 Sep 2019 15:51:24 -0700

Expand Down

0 comments on commit 5d69a33

Please sign in to comment.