mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(travis): preserve newlines on codenames
This commit is contained in:
@@ -35,7 +35,7 @@ function push {
|
||||
# Get first codename in list
|
||||
CODENAME=$(cat config/CODENAMES | head -n 1)
|
||||
# Remove first line of codenames, it's used now
|
||||
tail -n +2 config/CODENAMES > config/CODENAMES
|
||||
echo "`tail -n +2 config/CODENAMES`" > config/CODENAMES
|
||||
|
||||
replaceJsonProp "bower.json" "version" "$VERSION"
|
||||
replaceJsonProp "component.json" "version" "$VERSION"
|
||||
|
||||
Reference in New Issue
Block a user