Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCData
lhc-sm-api
Commits
9f585333
Commit
9f585333
authored
Jun 27, 2022
by
Aleksandra Mnich
Browse files
[SIGMON-369] WIP
parent
447d82e4
Pipeline
#4151882
failed
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9f585333
...
...
@@ -10,12 +10,12 @@ variables:
project_name
:
lhcsmapi
stages
:
-
syntax_check_test_dev
-
build
-
pages
#
- syntax_check_test_dev
#
- build
#
- pages
-
deploy
-
deploy_analysis
-
notebooks_exec
#
- notebooks_exec
doc
:
variables
:
...
...
@@ -223,7 +223,7 @@ deploy_lhcsmanalysis_eos:
-
branches
image
:
gitlab-registry.cern.ch/ci-tools/ci-web-deployer
script
:
-
bash CI/commons_deployment_setup.sh
-
apt install -y jq
-
bash CI/eos_setup.sh
-
bash CI/deploy_analysis.sh
before_script
:
[
]
...
...
CI/deploy_analysis.sh
View file @
9f585333
...
...
@@ -4,7 +4,7 @@
# Contents of each package are copied to be accessible under a path /eos/project/l/lhcsm/venv_${CI_COMMIT_BRANCH}/lhcsmapi/api/
# set ANALYSIS_BRANCH if not set
export
ANALYSIS_BRANCH
=
"
${
ANALYSIS_BRANCH
:
$CI_COMMIT_BRANCH
}
"
export
ANALYSIS_BRANCH
=
"
${
ANALYSIS_BRANCH
:
-
$CI_COMMIT_BRANCH
}
"
REPOS
=(
$(
curl
-s
https://gitlab.cern.ch/api/v4/groups/152156 | jq
-r
".projects[].http_url_to_repo"
)
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment