Skip to content

Commit

Permalink
Merge pull request #35 from Net-Logic/developp
Browse files Browse the repository at this point in the history
change on build
  • Loading branch information
frederic34 committed Jul 7, 2023
2 parents df3aaf1 + 3924d74 commit c24db8a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,13 @@ jobs:
- name: Zip Folder
run: |
ls -al
mkdir build/htdocs
rsync -arv --exclude='.git/' --exclude='.github/' --exclude='.gitignore' --exclude='.tx/' --exclude='build/' --exclude='codesniffer/' . ./build/htdocs/prune
mkdir build/prune
rsync -arv --exclude='.git/' --exclude='.github/' --exclude='.gitignore' --exclude='.tx/' --exclude='build/' --exclude='codesniffer/' . ./build/prune
- name: Switch to Release Folder
run: |
cd build
zip -r module_prune-${{ env.module_version }}.zip htdocs
rm module_prune-${{ env.module_version }}.zip
zip -r module_prune-${{ env.module_version }}.zip prune
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Bump version #none
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/vendor/*
/build/htdocs
/build/prune
2 changes: 1 addition & 1 deletion admin/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

// Defines
Expand Down
2 changes: 1 addition & 1 deletion core/modules/modPrune.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/prune.lib.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* Copyright (C) 2015-2021 Frédéric France <frederic.france@free.fr>
* Copyright (C) 2015-2023 Frédéric France <frederic.france@free.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit c24db8a

Please sign in to comment.