Skip to content

Commit

Permalink
v3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Jul 4, 2016
1 parent 74283b9 commit 03293aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build_env.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
client_version=v3.2.1-release.1
api_version=v3.2.1-release.1
release_version=${CI_BRANCH:-v3.2.1-release.1}
client_version=v3.4.5
api_version=v3.4.5
release_version=${CI_BRANCH:-v3.4.5}

client_url=
api_url=

client_tar=ushahidi-platform-client-bundle-${client_version}.tgz
api_tar=ushahidi-platform-bundle-${api_version}.tgz
client_tar=ushahidi-platform-client-bundle-${client_version}.tar.gz
api_tar=ushahidi-platform-bundle-${api_version}.tar.gz
4 changes: 2 additions & 2 deletions docker/release.run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ ghr() {

if ghr info --tag $GITHUB_VERSION ; then
# release already exists
ghr edit --tag $GITHUB_VERSION --name $GITHUB_VERSION --pre-release
ghr edit --tag $GITHUB_VERSION --name $GITHUB_VERSION
else
# release has to be created
ghr release --tag $GITHUB_VERSION --name $GITHUB_VERSION --pre-release
ghr release --tag $GITHUB_VERSION --name $GITHUB_VERSION
fi

for f in $(find /release -type f); do
Expand Down

0 comments on commit 03293aa

Please sign in to comment.