Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-exz committed Dec 28, 2024
1 parent b9e8f31 commit 13f2f85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
cd ${{ github.workspace }}/redmine
ln -s ${{ github.workspace }} ${{ github.workspace }}/redmine/plugins/$PLUGIN_NAME
cp ${{ github.workspace }}/database.yml ${{ github.workspace }}/redmine/config/database.yml
cp ${{ github.workspace }}/.github/workflows/database.yml $REDMINE_PATH/config/database.yml
bundle install
bundle exec rake db:create db:migrate redmine:plugins:migrate
Expand Down
File renamed without changes.

0 comments on commit 13f2f85

Please sign in to comment.