Skip to content

Commit

Permalink
Add zanata-assets module
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Jun 11, 2015
1 parent 122fe81 commit 4facba3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions zanata-nexus-staging
Expand Up @@ -9,6 +9,7 @@ function print_usage(){
zanata-nexus-staging-parent [options]
zanata-nexus-staging-api [options]
zanata-nexus-staging-common [options]
zanata-nexus-staging-assets [options]
== OPTIONS
-r: Skip release plugin
Expand Down Expand Up @@ -78,6 +79,9 @@ case $0 in
*-common)
PROJECT=zanata-common
;;
*-assets)
PROJECT=zanata-assets
;;
*-client)
PROJECT=zanata-client
;;
Expand Down Expand Up @@ -122,9 +126,9 @@ function release_perform(){
}

case $PROJECT in
zanata-parent | zanata-api | zanata-common )
zanata-parent | zanata-api | zanata-common | zanata-assets )
### zanata-parent has only master
if [ "${PROJECT}" != "zanata-parent" ];then
if [ "${PROJECT}" != "zanata-parent" ] ;then
git checkout $BRANCH
fi
release_perform
Expand Down
1 change: 1 addition & 0 deletions zanata-nexus-staging-assets

1 comment on commit 4facba3

@definite
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.