dubeejw commented on a change in pull request #184: Create tarball for Nginx 
container in OpenWhisk as part of release deploy script
URL: 
https://github.com/apache/incubator-openwhisk-cli/pull/184#discussion_r162753723
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -44,24 +56,19 @@ after_success:
     fi
 
 before_deploy:
-  - go get github.com/inconshreveable/mousetrap
-  - go get github.com/mattn/go-isatty
-  - export build_file_name=wsk
-  - export zip_file_name=OpenWhisk_CLI
-  - chmod +x tools/travis/build_tag_releases.sh
-  - ./tools/travis/build_tag_releases.sh $build_file_name $zip_file_name
-  - export RELEASE_PKG_FILE=$(ls $zip_file_name-*.*)
-  - echo "Deploying $RELEASE_PKG_FILE to GitHub releases."
+  - echo "Deploying $(ls ./release/${zip_file_name}-*.tgz 
./release/${zip_file_name}-*.zip) to GitHub releases."
 
 Review comment:
   `echo "Deploying $(ls ./release/${zip_file_name}-*.tgz, and 
./release/${zip_file_name}-*.zip) to GitHub releases."`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to