From 71e88be7ca9e596b2e22701498387d6150f60c53 Mon Sep 17 00:00:00 2001 From: Aaron Ogle Date: Wed, 18 Jan 2017 20:36:42 -0600 Subject: [PATCH] Clean up a couple of un-needed commands --- .travis/snap.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis/snap.sh b/.travis/snap.sh index 8d8eb12c426..10e8ec20be5 100755 --- a/.travis/snap.sh +++ b/.travis/snap.sh @@ -32,9 +32,6 @@ echo "Tag: $TRAVIS_TAG \r\nBranch: $TRAVIS_BRANCH\r\nBuild: $TRAVIS_BUILD_NUMBER # Clone launchpad repo for the channel down. GIT_SSH_COMMAND="ssh -i launchpadkey" git clone -b $CHANNEL git+ssh://rocket.chat.buildmaster@git.launchpad.net/rocket.chat launchpad -echo "$PWD" -ls -lah - # Rarely will change, but just incase we copy it all cp -r resources $CHANNEL/snapcraft.yaml buildinfo launchpad/ cd launchpad