Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Best Practices
jupytext
Commits
1a0196e9
Commit
1a0196e9
authored
Mar 29, 2022
by
Cyril Matthey-Doret
Browse files
Merge branch 'ci-cd' into 'master'
set remote url in update CI job See merge request
!2
parents
cc5d322a
4deee20d
Pipeline
#335080
passed with stage
in 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1a0196e9
...
...
@@ -42,6 +42,7 @@ update_jupytext:
-
git config --global user.email ${GITLAB_USER_EMAIL}
-
renku clone https://oauth2:${CI_PERSONAL_TOKEN}@renkulab.io/gitlab/${CI_PROJECT_PATH}.git /tmp/${CI_COMMIT_SHORT_SHA}
-
cd /tmp/${CI_COMMIT_SHORT_SHA}
-
git remote set-url origin https://oauth2:${CI_PERSONAL_TOKEN}@renkulab.io/gitlab/${CI_PROJECT_PATH}.git
script
:
|
git submodule update --init --recursive
git submodule update --remote
...
...
Write
Preview
Markdown
is supported
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