Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Klaus Noelp
ebrains-spack-builds
Commits
8208f74a
Commit
8208f74a
authored
3 months ago
by
Eleni Mathioulaki
Browse files
Options
Downloads
Patches
Plain Diff
fix: get ebrains-spack-builds repo url from CI var
parent
df2796f7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
create_job.sh
+1
-1
1 addition, 1 deletion
create_job.sh
with
1 addition
and
1 deletion
create_job.sh
+
1
−
1
View file @
8208f74a
...
...
@@ -58,7 +58,7 @@ spec:
# reset spack repository dir by cloning the selected version
rm -rf
\$
EBRAINS_REPO_PATH
git clone
https://gitlab.ebrains.eu/technical-coordination/project-internal/devops/platform/ebrains-spack-builds.git
--branch
\$
BRANCH
\$
EBRAINS_REPO_PATH
git clone
${
CI_PROJECT_URL
}
--branch
\$
BRANCH
\$
EBRAINS_REPO_PATH
# run installation script
.
\$
EBRAINS_REPO_PATH/install_spack_env.sh
\$
SPACK_JOBS
\$
INSTALLATION_ROOT
\$
SPACK_VERSION
\$
EBRAINS_REPO_PATH
\$
EBRAINS_SPACK_ENV
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment