forked from Wavyzz/dolibarr-docker
Typo fixes
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
- name: Display error message on failure
|
||||
if: failure() # This condition ensures the step runs only if the previous step failed
|
||||
run: echo "The diff after running the update.sh shows that the update.sh was not run before commiting the PR."
|
||||
run: echo "The diff after running the update.sh shows that the update.sh was not run before committing the PR."
|
||||
|
||||
check-build:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
2. Keep only one Dockerfile.template file, use `sed` value replacement in `update.sh`
|
||||
3. Keep most up to date PHP version that matches each [Dolibarr releases](https://wiki.dolibarr.org/index.php/Versions).
|
||||
4. Be careful about [supported PHP versions](https://www.php.net/supported-versions.php), try to avoid deprecated PHP version, but only if it doesn't break rule #3.
|
||||
5. Run the `update.sh` script to generate all the files rquired to build each Docker images.
|
||||
6. Check the `README.md`, to ensure it is well formatted (on some environment `Supported Tags` could be broken)
|
||||
5. Run the `update.sh` script to generate all the files required to build each Docker images.
|
||||
6. Check the `README.md`, to ensure it is well formatted (on some environment `Supported Tags` could be broken)
|
||||
7. Commit all content in `images` directory
|
||||
8. Open a pull request with a polite and well described content ^_^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user