Skip to content
Snippets Groups Projects
Commit 238058cd authored by David Dorchies's avatar David Dorchies
Browse files

ci: debugging -commit to remove-

parent ac435338
No related branches found
No related tags found
2 merge requests!252release: version 4.18.0,!251Resolve "Documentation PDF: erreurs à la compilation"
Pipeline #164011 passed
...@@ -78,6 +78,7 @@ test: ...@@ -78,6 +78,7 @@ test:
expire_in: 10 min expire_in: 10 min
paths: paths:
- dist/ - dist/
- build
script: script:
# -baseref option is used by npm to set the npm_config_basehref environment variable # -baseref option is used by npm to set the npm_config_basehref environment variable
# used in package.json # used in package.json
......
...@@ -21,7 +21,7 @@ import re ...@@ -21,7 +21,7 @@ import re
import shutil import shutil
# verbose output # verbose output
verbose = False verbose = True
baseDir = os.getcwd() baseDir = os.getcwd()
buildDir = os.path.join(baseDir, 'build') buildDir = os.path.join(baseDir, 'build')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment