Skip to content
Snippets Groups Projects
Unverified Commit 3e312c9f authored by Diego Sampaio's avatar Diego Sampaio
Browse files

Fix sed command

parent e58d9c94
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment