Update prepare script to new slapos.core version

parent 4c0436fa
#!/bin/bash -e
VERSION=0.33
RECIPE_VERSION=0.135.1
RELEASE=2
VERSION=0.35
RECIPE_VERSION=0.147
RELEASE=0
VERSION_REGEX="s/\%RECIPE_VERSION\%/$RECIPE_VERSION/g;s/\%VERSION\%/$VERSION/g;s/\%RELEASE\%/$RELEASE/g"
CURRENT_DIRECTORY="$(pwd)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment