mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(travis): make it treat CODENAMES correctly
This commit is contained in:
@@ -1 +1,7 @@
|
||||
barium-bobcat cadmium-camel darmstadtium-dingo einsteinium-emu fermium-flamingo gadolinium-gator hafnium-heron
|
||||
barium-bobcat
|
||||
cadmium-camel
|
||||
darmstadtium-dingo
|
||||
einsteinium-emu
|
||||
fermium-flamingo
|
||||
gadolinium-gator
|
||||
hafnium-heron
|
||||
|
||||
@@ -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
|
||||
echo $(cat config/CODENAMES | tail -n +2) > config/CODENAMES
|
||||
tail -n +2 config/CODENAMES > config/CODENAMES
|
||||
|
||||
replaceJsonProp "bower.json" "version" "$VERSION"
|
||||
replaceJsonProp "component.json" "version" "$VERSION"
|
||||
|
||||
Reference in New Issue
Block a user