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
sec23
korte
pymagglobal
Commits
54cda46f
Commit
54cda46f
authored
Nov 30, 2020
by
Maximilian Schanner
Browse files
Fixed the CI
parent
3c441885
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
54cda46f
...
...
@@ -15,7 +15,7 @@ build-job:
-
python3 setup.py sdist bdist_wheel
-
apt-get install -y -qq curl
# get the current package id
-
"
export
ID=$(curl
--request
GET
--header
'
PRIVATE-TOKEN:
${API_ACCES_TOKEN}
'
'
https://gitext.gfz-potsdam.de/api/v4/projects/${CI_PROJECT_ID}/packages
'
|
grep
-P
'
(?<=.id.:)(
\\
d+)
'
-o
)
"
-
'
export
ID=$(curl
--request
GET
--header
"
PRIVATE-TOKEN:
${API_ACCES_TOKEN}
"
"
https://gitext.gfz-potsdam.de/api/v4/projects/${CI_PROJECT_ID}/packages
"
|
grep
-P
"
(?<=.id.:)(\\d+)
"
-o
)
'
# remove the package, as we want a new build even if the version number did not change
-
'
echo
$ID'
-
'
curl
--request
DELETE
--header
"PRIVATE-TOKEN:
${API_ACCES_TOKEN}"
"https://gitext.gfz-potsdam.de/api/v4/projects/${CI_PROJECT_ID}/packages/$ID"'
...
...
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