Skip to content
Snippets Groups Projects
Commit c6eef8ee authored by Marko Petric's avatar Marko Petric
Browse files

fix path where release utils reside

parent aa7671cb
No related branches found
No related tags found
No related merge requests found
......@@ -527,7 +527,7 @@ make_tag:
# get the last releases.cfg
- mv ../releases.cfg releases.cfg
# Call the python script that generated all the artifacts for the release
- python3 tests/Utilities/createReleaseFiles.py
- python3 src/LHCbDIRAC/tests/Utilities/createReleaseFiles.py
- mv releases.cfg src/LHCbDIRAC/releases.cfg
- export SERIES=`cat series.txt`
- export VERSION=`cat version.txt`
......
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