mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -04:00
travis
This commit is contained in:
@@ -35,8 +35,10 @@ then
|
||||
git checkout -b $REDMINE_GIT_TAG origin/$REDMINE_GIT_TAG
|
||||
fi
|
||||
|
||||
# create a link to the plugin
|
||||
ln -sf $PATH_TO_PLUGIN plugins/$NAME_OF_PLUGIN
|
||||
# copy plugin to Redmine plugins dir.
|
||||
rm -fr plugins/$NAME_OF_PLUGIN
|
||||
mkdir plugins/$NAME_OF_PLUGIN
|
||||
cp -a $PATH_TO_PLUGIN/* plugins/$NAME_OF_PLUGIN/
|
||||
|
||||
mv $TESTSPACE/database.yml.travis config/database.yml
|
||||
mv $TESTSPACE/additional_environment.rb config/
|
||||
|
||||
Reference in New Issue
Block a user