Skip to content

Conversation

@liveHarshit
Copy link
Member

Fixes #2064

@auto-label auto-label bot added the fix label Jul 4, 2019
mv eventyay-attendee-master-aab eventyay-attendee-master.aab
else
mv eventyay-attendee-dev-aab eventyay-attendee-dev.aab
fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the right solution

@iamareebjamal
Copy link
Member

Also, on merge of master, every file should be deleted or else, the old named files will never be deleted

@liveHarshit
Copy link
Member Author

Also, on merge of master, every file should be deleted

So it should be -

if [ "$TRAVIS_BRANCH" == "$PUBLISH_BRANCH" ]; then
	/bin/rm -f  *
else
	/bin/rm -f open-event-attendee-dev-*
fi

@iamareebjamal
Copy link
Member

Yes

@liveHarshit
Copy link
Member Author

Yes

Updated

@iamareebjamal iamareebjamal merged commit f06f293 into fossasia:development Jul 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Malformed name of aab file

3 participants