Skip to content

Commit

Permalink
[SCRIPTS ONLY] release copy of artifacts is needed but we still avoid…
Browse files Browse the repository at this point in the history
… website update
  • Loading branch information
ochaloup committed Jul 10, 2020
1 parent e48c70a commit a155fa4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions narayana-release-process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ then
exit
fi
git archive -o ../../narayana-full-$CURRENT-src.zip $CURRENT
ant -f build-release-pkgs.xml -Dawestruct.executable="awestruct" init downloads
if [[ $? != 0 ]]
then
echo 1>&2 COULD NOT BUILD Narayana RELEASE PKGS
exit
fi
cd -

xdg-open http://narayanaci1.eng.hst.ams2.redhat.com/view/Release/ &
Expand Down

0 comments on commit a155fa4

Please sign in to comment.