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
3bc8a476
Commit
3bc8a476
authored
Feb 08, 2022
by
Cyril Matthey-Doret
Browse files
replace renku save by git push to update submodule in .gitlab-ci.yml
parent
c900bdc6
Pipeline
#316037
passed with stages
in 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3bc8a476
...
...
@@ -47,7 +47,8 @@ update_jupytext:
git submodule update --remote
after_script
:
-
cd /tmp/${CI_COMMIT_SHORT_SHA}
-
renku save -m "sync jupytext@$(git submodule status | cut -c2-9)"
-
git commit -m "sync jupytext@$(git submodule status | cut -c2-9)"
-
git push
...
...
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