Fix sed command

pull/6635/head
Diego Sampaio 8 years ago
parent e58d9c943e
commit 3e312c9fcf
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .travis/snap.sh

@ -38,7 +38,7 @@ GIT_SSH_COMMAND="ssh -i launchpadkey" git clone -b $CHANNEL git+ssh://rocket.cha
# Rarely will change, but just incase we copy it all
cp -r resources buildinfo launchpad/
sed /#{RC_VERSION}/$RC_VERSION/ $CHANNEL/snapcraft.yaml > launchpad/snapcraft.yaml
sed s/#{RC_VERSION}/$RC_VERSION/ $CHANNEL/snapcraft.yaml > launchpad/snapcraft.yaml
cd launchpad
git add resources snapcraft.yaml buildinfo

Loading…
Cancel
Save