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
4deee20d
Commit
4deee20d
authored
Mar 29, 2022
by
Cyril Matthey-Doret
Browse files
update remote url in schedule job .gitlab-ci.yml
parent
1e32f272
Pipeline
#335075
passed with stages
in 50 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4deee20d
...
...
@@ -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