Merge "bugfix: fail to generate APIs document"
[releng.git] / jjb / apex / apex-download-artifact.sh
index 206c627..52c3c67 100755 (executable)
@@ -3,7 +3,7 @@ set -o errexit
 set -o nounset
 set -o pipefail
 
-APEX_PKGS="common undercloud" # removed onos for danube
+APEX_PKGS="common undercloud onos"
 
 # log info to console
 echo "Downloading the Apex artifact. This could take some time..."