Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Geodynamo
pygeodyn
Commits
5e2f7eb5
Commit
5e2f7eb5
authored
Apr 16, 2019
by
Loic Huder
Browse files
Fixed .gitignore and .gitlab-ci.yml with new package structure
Former-commit-id:
229c9a0d
parent
256e6f78
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
5e2f7eb5
...
...
@@ -111,4 +111,4 @@ venv.bak/
.mypy_cache/
# Ignore files generated when testing
tests/dummy_files/*
pygeodyn/
tests/dummy_files/*
.gitlab-ci.yml
View file @
5e2f7eb5
...
...
@@ -79,7 +79,7 @@ pages:
-
master
-
web
# CONTINUOUS RELEASE : hidden jobs for now (start
s
with .), will not be launched
# CONTINUOUS RELEASE : hidden jobs for now (start with .), will not be launched
.test_validity_merge
:
stage
:
test
...
...
@@ -87,7 +87,7 @@ pages:
-
echo $CI_MERGE_REQUEST_TITLE
# WILL ONLY WORK AT Gitlab 11.9
-
python3 setup.py install --user
-
python3 setup.py test
-
python3 release/test_release.py
-
python3
pygeodyn/
release/test_release.py
only
:
refs
:
...
...
@@ -102,11 +102,11 @@ pages:
GIT_STRATEGY
:
none
script
:
-
git clone http://$CR_USERNAME:$CR_TOKEN@gricad-gitlab.univ-grenoble-alpes.fr/Geodynamo/pygeodyn.git
-
cd pygeodyn
_testcd
-
cd pygeodyn
-
git checkout master
-
git pull
-
python3 release/releasing.py > changes.log
-
./release/do_git_release.sh
-
python3
pygeodyn/
release/releasing.py > changes.log
-
./
pygeodyn/
release/do_git_release.sh
-
git push http://$CR_USERNAME:$CR_TOKEN@gricad-gitlab.univ-grenoble-alpes.fr/Geodynamo/pygeodyn.git master --tags
only
:
refs
:
...
...
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