Skip to content
Snippets Groups Projects
Commit 236704a7 authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

Bug fix on python script execution

parent 1a1213ee
No related branches found
No related tags found
No related merge requests found
......@@ -85,15 +85,15 @@ executable:
- |
for PROJECT_INTEGRATION in ${PROJECT_INTEGRATION_GROUPS}; do
echo ${PROJECT_INTEGRATION}
scripts/deploy_gitlab_ci_projects.py
--gitlab-url=${CI_SERVER_URL}
--token=${GITBOT_TOKEN}
--manifest-project=${MANIFEST_PROJECT}
--manifest-branch=${MANIFEST_BRANCH}
--submodule=.gitlab-ci
--revision=${CI_COMMIT_SHA}
--group=${PROJECT_INTEGRATION}
--verbose
scripts/deploy_gitlab_ci_projects.py \
--gitlab-url=${CI_SERVER_URL} \
--token=${GITBOT_TOKEN} \
--manifest-project=${MANIFEST_PROJECT} \
--manifest-branch=${MANIFEST_BRANCH} \
--submodule=.gitlab-ci \
--revision=${CI_COMMIT_SHA} \
--group=${PROJECT_INTEGRATION} \
--verbose \
${MERGE}
done
- scripts/deploy_gitlab_ci.py
......
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